Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dnamespace.c2263 *dst_parent, *dst_mnt; in copy_tree() local
2271 res = dst_mnt = clone_mnt(src_root, dentry, flag); in copy_tree()
2272 if (IS_ERR(dst_mnt)) in copy_tree()
2273 return dst_mnt; in copy_tree()
2276 dst_mnt->mnt_mountpoint = src_root->mnt_mountpoint; in copy_tree()
2288 dst_mnt = ERR_PTR(-EPERM); in copy_tree()
2302 dst_mnt = dst_mnt->mnt_parent; in copy_tree()
2306 dst_parent = dst_mnt; in copy_tree()
2308 if (IS_ERR(dst_mnt)) in copy_tree()
2311 list_add_tail(&dst_mnt->mnt_list, &res->mnt_list); in copy_tree()
[all …]