Searched refs:is_subdir (Results 1 – 6 of 6) sorted by relevance
| /fs/ |
| A D | pnode.c | 228 if (!is_subdir(dest_mp->m_dentry, m->mnt.mnt_root)) in need_secondary()
|
| A D | namespace.c | 2229 if (!is_subdir(src_root_child->mnt_mountpoint, dentry)) in copy_tree() 2317 if (!is_subdir(child->mnt_mountpoint, path->dentry)) in collect_paths() 2380 if (!is_subdir(child->mnt_mountpoint, dentry)) in __has_locked_children() 3379 if (!is_subdir(to->mnt.mnt_root, from->mnt.mnt_root)) in do_set_group() 4623 return &mnt->mnt == root->mnt && is_subdir(dentry, root->dentry); in is_path_reachable()
|
| A D | dcache.c | 3083 bool is_subdir(struct dentry *new_dentry, struct dentry *old_dentry) in is_subdir() function 3105 EXPORT_SYMBOL(is_subdir);
|
| A D | namei.c | 727 return is_subdir(dentry, mnt->mnt_root); in path_connected()
|
| /fs/overlayfs/ |
| A D | namei.c | 86 return is_subdir(dentry, ((struct vfsmount *)ctx)->mnt_root); in ovl_acceptable()
|
| /fs/gfs2/ |
| A D | super.c | 1077 if (is_subdir(root, sdp->sd_master_dir)) in gfs2_show_options()
|
Completed in 38 milliseconds