Searched refs:clone_mnt (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ |
| H A D | namespace.c | 1255 static struct mount *clone_mnt(struct mount *old, struct dentry *root, in clone_mnt() function 1482 p = clone_mnt(real_mount(path->mnt), path->dentry, CL_PRIVATE); in mnt_clone_internal() 2168 res = dst_mnt = clone_mnt(src_root, dentry, flag); in copy_tree() 2203 dst_mnt = clone_mnt(src_mnt, src_mnt->mnt.mnt_root, flag); in copy_tree() 2401 new_mnt = clone_mnt(old_mnt, path->dentry, CL_PRIVATE); in clone_private_mount() 2969 return clone_mnt(old, old_path->dentry, 0); in __do_loopback()
|
| /linux/Documentation/filesystems/ |
| H A D | sharedsubtree.rst | 941 There are two exceptions: do_add_mount() and clone_mnt().
|