Searched refs:mountinfo (Results 1 – 5 of 5) sorted by relevance
18 struct mountinfo { struct19 struct mountinfo *next; argument20 struct mountinfo *parent; argument33 const struct mountinfo *find_mount(const char *path, char **subpath); argument
63 static void free_mountinfo(struct mountinfo *m) in free_mountinfo()65 struct mountinfo *nx; in free_mountinfo()79 static struct mountinfo *head = NULL, **tail = &head;84 struct mountinfo *m, *mm; in parse_mountinfo()95 m = malloc(sizeof(struct mountinfo)); in parse_mountinfo()195 const struct mountinfo *find_mount(const char *path, char **subpath) in find_mount()199 const struct mountinfo *m, *best; in find_mount()255 const struct mountinfo *m; in main()
26 mountinfo.c \
1168 const struct mountinfo *m; in find_device_mountinfo()
72 SELINUXMNT=`grep selinuxfs /proc/self/mountinfo | head -1 | awk '{ print $5 }'`80 SELINUXMNT=`grep selinuxfs /proc/self/mountinfo | head -1 | awk '{ print $5 }'`