Home
last modified time | relevance | path

Searched refs:collect_paths (Results 1 – 4 of 4) 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/Documentation/filesystems/
H A Dporting.rst1253 Replacement is collect_paths()/drop_collected_path(), with no special
/linux/fs/
H A Dnamespace.c2247 const struct path *collect_paths(const struct path *path, in collect_paths() function