Searched refs:collect_paths (Results 1 – 3 of 3) sorted by relevance
106 extern const struct path *collect_paths(const struct path *, struct path *, unsigned);
696 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()
2248 const struct path *collect_paths(const struct path *path, in collect_paths() function