Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dnamespace.c2117 *dst_parent, *dst_mnt; in copy_tree() local
2125 res = dst_mnt = clone_mnt(src_root, dentry, flag); in copy_tree()
2126 if (IS_ERR(dst_mnt)) in copy_tree()
2127 return dst_mnt; in copy_tree()
2130 dst_mnt->mnt_mountpoint = src_root->mnt_mountpoint; in copy_tree()
2142 dst_mnt = ERR_PTR(-EPERM); in copy_tree()
2156 dst_mnt = dst_mnt->mnt_parent; in copy_tree()
2160 dst_parent = dst_mnt; in copy_tree()
2161 dst_mnt = clone_mnt(src_mnt, src_mnt->mnt.mnt_root, flag); in copy_tree()
2162 if (IS_ERR(dst_mnt)) in copy_tree()
[all …]