Searched refs:src_root_child (Results 1 – 1 of 1) sorted by relevance
2116 struct mount *res, *src_parent, *src_root_child, *src_mnt, in copy_tree() local2132 list_for_each_entry(src_root_child, &src_root->mnt_mounts, mnt_child) { in copy_tree()2133 if (!is_subdir(src_root_child->mnt_mountpoint, dentry)) in copy_tree()2136 for (src_mnt = src_root_child; src_mnt; in copy_tree()2137 src_mnt = next_mnt(src_mnt, src_root_child)) { in copy_tree()