Home
last modified time | relevance | path

Searched refs:path_is_under (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/kernel/
Daudit_tree.c906 good_one = path_is_under(&path1, &path2); in audit_tag_tree()
/Linux-v5.15/fs/
Dnamespace.c3781 bool path_is_under(const struct path *path1, const struct path *path2) in path_is_under() function
3789 EXPORT_SYMBOL(path_is_under);
Dnamei.c904 if (!path_is_under(&nd->path, &nd->root)) in complete_walk()
/Linux-v5.15/include/linux/
Dfs.h3099 extern bool path_is_under(const struct path *, const struct path *);