Searched refs:attach_mnt (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/ |
D | namespace.c | 1086 static void attach_mnt(struct mount *mnt, struct mount *parent, in attach_mnt() function 1111 attach_mnt(mnt, parent, mp, false); in mnt_change_mountpoint() 2166 attach_mnt(dst_mnt, dst_parent, src_parent->mnt_mp, false); in copy_tree() 2501 attach_mnt(source_mnt, top_mnt, dest_mp, beneath); in attach_recursive_mnt() 4412 attach_mnt(root_mnt, old_mnt, old_mp, false); in SYSCALL_DEFINE2() 4414 attach_mnt(new_mnt, root_parent, root_mp, false); in SYSCALL_DEFINE2()
|