Home
last modified time | relevance | path

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

/linux/fs/
H A Dnamespace.c2161 *dst_parent, *dst_mnt; in copy_tree() local
2169 res = dst_mnt = clone_mnt(src_root, dentry, flag); in copy_tree()
2170 if (IS_ERR(dst_mnt)) in copy_tree()
2171 return dst_mnt; in copy_tree()
2185 dst_mnt = ERR_PTR(-EPERM); in copy_tree()
2199 dst_mnt = dst_mnt->mnt_parent; in copy_tree()
2203 dst_parent = dst_mnt; in copy_tree()
2204 dst_mnt = clone_mnt(src_mnt, src_mnt->mnt.mnt_root, flag); in copy_tree()
2205 if (IS_ERR(dst_mnt)) in copy_tree()
2209 dst_mnt->mnt.mnt_flags |= MNT_LOCKED; in copy_tree()
[all …]