Searched refs:clone_mnt (Results 1 – 2 of 2) sorted by relevance
724 static struct mount *clone_mnt(struct mount *old, struct dentry *root, in clone_mnt() function1263 res = q = clone_mnt(mnt, dentry, flag); in copy_tree()1286 q = clone_mnt(p, p->mnt.mnt_root, flag); in copy_tree()1613 mnt = clone_mnt(old, old_path.dentry, 0); in do_loopback()
886 There are two exceptions: do_add_mount() and clone_mnt().