Home
last modified time | relevance | path

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

/linux/fs/
H A Dnamespace.c2165 *dst_parent, *dst_mnt; in copy_tree() local
2173 res = dst_mnt = clone_mnt(src_root, dentry, flag); in copy_tree()
2174 if (IS_ERR(dst_mnt)) in copy_tree()
2175 return dst_mnt; in copy_tree()
2178 dst_mnt->mnt_mountpoint = src_root->mnt_mountpoint; 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()
[all …]