LCOV - code coverage report
Current view: top level - include/linux - path.h (source / functions) Hit Total Coverage
Test: coverage.info Lines: 2 2 100.0 %
Date: 2017-01-25 Functions: 0 0 -

          Line data    Source code
       1             : #ifndef _LINUX_PATH_H
       2             : #define _LINUX_PATH_H
       3             : 
       4             : struct dentry;
       5             : struct vfsmount;
       6             : 
       7             : struct path {
       8             :         struct vfsmount *mnt;
       9             :         struct dentry *dentry;
      10             : };
      11             : 
      12             : extern void path_get(struct path *);
      13             : extern void path_put(struct path *);
      14           1 : 
      15             : #endif  /* _LINUX_PATH_H */

Generated by: LCOV version 1.10