Home
last modified time | relevance | path

Searched refs:dst_mnt (Results 1 – 1 of 1) sorted by relevance

/linux/fs/
H A Dnamespace.c2160 *dst_parent, *dst_mnt; in copy_tree() local
2168 res = dst_mnt = clone_mnt(src_root, dentry, flag); in copy_tree()
2169 if (IS_ERR(dst_mnt)) in copy_tree()
2170 return dst_mnt; in copy_tree()
2184 dst_mnt = ERR_PTR(-EPERM); in copy_tree()
2198 dst_mnt = dst_mnt->mnt_parent; in copy_tree()
2202 dst_parent = dst_mnt; in copy_tree()
2203 dst_mnt = clone_mnt(src_mnt, src_mnt->mnt.mnt_root, flag); in copy_tree()
2204 if (IS_ERR(dst_mnt)) in copy_tree()
2208 dst_mnt->mnt.mnt_flags |= MNT_LOCKED; in copy_tree()
[all …]