Searched refs:is_subdir (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/ |
| H A D | pnode.c | 266 if (!is_subdir(dest_mp->m_dentry, m->mnt.mnt_root)) in need_secondary()
|
| H A D | namespace.c | 2175 if (!is_subdir(src_root_child->mnt_mountpoint, dentry)) in copy_tree() 2263 if (!is_subdir(child->mnt_mountpoint, path->dentry)) in collect_paths() 2327 if (!is_subdir(child->mnt_mountpoint, dentry)) in __has_locked_children() 3331 if (!is_subdir(to->mnt.mnt_root, from->mnt.mnt_root)) in do_set_group() 4515 return &mnt->mnt == root->mnt && is_subdir(dentry, root->dentry); in is_path_reachable()
|
| H A D | dcache.c | 3086 bool is_subdir(struct dentry *new_dentry, struct dentry *old_dentry) in is_subdir() function 3108 EXPORT_SYMBOL(is_subdir);
|
| H A D | namei.c | 727 return is_subdir(dentry, mnt->mnt_root); in path_connected()
|
| /linux/fs/gfs2/ |
| H A D | super.c | 1077 if (is_subdir(root, sdp->sd_master_dir)) in gfs2_show_options()
|
| /linux/Documentation/filesystems/ |
| H A D | directory-locking.rst | 286 in is_subdir() that would make it work even in presence of such beasts.
|
| /linux/fs/overlayfs/ |
| H A D | namei.c | 86 return is_subdir(dentry, ((struct vfsmount *)ctx)->mnt_root); in ovl_acceptable()
|
| /linux/include/linux/ |
| H A D | fs.h | 3270 extern bool is_subdir(struct dentry *, struct dentry *);
|