Searched refs:dst_mnt (Results 1 – 1 of 1) sorted by relevance
2166 *dst_parent, *dst_mnt; in copy_tree() local2174 res = dst_mnt = clone_mnt(src_root, dentry, flag); in copy_tree()2175 if (IS_ERR(dst_mnt)) in copy_tree()2176 return dst_mnt; in copy_tree()2190 dst_mnt = ERR_PTR(-EPERM); in copy_tree()2204 dst_mnt = dst_mnt->mnt_parent; in copy_tree()2208 dst_parent = dst_mnt; in copy_tree()2209 dst_mnt = clone_mnt(src_mnt, src_mnt->mnt.mnt_root, flag); in copy_tree()2210 if (IS_ERR(dst_mnt)) in copy_tree()2214 dst_mnt->mnt.mnt_flags |= MNT_LOCKED; in copy_tree()[all …]