Searched refs:src_root_child (Results 1 – 1 of 1) sorted by relevance
2213 struct mount *res, *src_parent, *src_root_child, *src_mnt, in copy_tree() local2228 list_for_each_entry(src_root_child, &src_root->mnt_mounts, mnt_child) { in copy_tree()2229 if (!is_subdir(src_root_child->mnt_mountpoint, dentry)) in copy_tree()2232 for (src_mnt = src_root_child; src_mnt; in copy_tree()2233 src_mnt = next_mnt(src_mnt, src_root_child)) { in copy_tree()