Home
last modified time | relevance | path

Searched refs:mountinfo (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/extlinux/
Dmountinfo.h18 struct mountinfo { struct
19 struct mountinfo *next; argument
20 struct mountinfo *parent; argument
33 const struct mountinfo *find_mount(const char *path, char **subpath); argument
Dmountinfo.c63 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()
DMakefile26 mountinfo.c \
Dmain.c1168 const struct mountinfo *m; in find_device_mountinfo()
/external/selinux/policycoreutils/scripts/
Dfixfiles72 SELINUXMNT=`grep selinuxfs /proc/self/mountinfo | head -1 | awk '{ print $5 }'`
80 SELINUXMNT=`grep selinuxfs /proc/self/mountinfo | head -1 | awk '{ print $5 }'`