Searched refs:copy_tree (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/ |
D | pnode.h | 52 struct mount *copy_tree(struct mount *, struct dentry *, int);
|
D | pnode.c | 260 child = copy_tree(last_source, last_source->mnt.mnt_root, type); in propagate_one()
|
D | namespace.c | 2113 struct mount *copy_tree(struct mount *src_root, struct dentry *dentry, in copy_tree() function 2190 tree = copy_tree(real_mount(path->mnt), path->dentry, in collect_mounts() 2742 mnt = copy_tree(old, old_path->dentry, CL_COPY_MNT_NS_FILE); in __do_loopback() 3944 new = copy_tree(old, old->mnt.mnt_root, copy_flags); in copy_mnt_ns()
|