Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmount.h106 extern const struct path *collect_paths(const struct path *, struct path *, unsigned);
/linux/kernel/
H A Daudit_tree.c696 paths = collect_paths(&path, array, 16); in audit_trim_trees()
837 paths = collect_paths(&path, array, 16); in audit_add_tree_rule()
888 paths = collect_paths(&path2, array, 16); in audit_tag_tree()
/linux/fs/
H A Dnamespace.c2248 const struct path *collect_paths(const struct path *path, in collect_paths() function