Searched refs:copy_tree (Results 1 – 3 of 3) sorted by relevance
/fs/ |
D | pnode.h | 49 struct mount *copy_tree(struct mount *, struct dentry *, int);
|
D | pnode.c | 242 child = copy_tree(last_source, last_source->mnt.mnt_root, type); in propagate_one()
|
D | namespace.c | 1390 struct mount *copy_tree(struct mount *mnt, struct dentry *dentry, in copy_tree() function 1446 tree = copy_tree(real_mount(path->mnt), path->dentry, in collect_mounts() 1755 mnt = copy_tree(old, old_path.dentry, 0); in do_loopback() 2421 new = copy_tree(old, old->mnt.mnt_root, copy_flags); in dup_mnt_ns()
|