Home
last modified time | relevance | path

Searched refs:collect_mounts (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dmount.h120 extern struct vfsmount *collect_mounts(const struct path *);
/openbmc/linux/kernel/
H A Daudit_tree.c699 root_mnt = collect_mounts(&path); in audit_trim_trees()
831 mnt = collect_mounts(&path); in audit_add_tree_rule()
881 tagged = collect_mounts(&path2); in audit_tag_tree()
/openbmc/linux/fs/
H A Dnamespace.c2034 struct vfsmount *collect_mounts(const struct path *path) in collect_mounts() function