Searched refs:clone_mnt (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/fs/ |
D | namespace.c | 1285 static struct mount *clone_mnt(struct mount *old, struct dentry *root, in clone_mnt() function 1526 p = clone_mnt(real_mount(path->mnt), path->dentry, CL_PRIVATE); in mnt_clone_internal() 2125 res = dst_mnt = clone_mnt(src_root, dentry, flag); in copy_tree() 2161 dst_mnt = clone_mnt(src_mnt, src_mnt->mnt.mnt_root, flag); in copy_tree() 2267 new_mnt = clone_mnt(old_mnt, path->dentry, CL_PRIVATE); in clone_private_mount() 2744 mnt = clone_mnt(old, old_path->dentry, 0); in __do_loopback()
|
/linux-6.12.1/Documentation/filesystems/ |
D | sharedsubtree.rst | 944 There are two exceptions: do_add_mount() and clone_mnt().
|