Searched refs:attach_mnt (Results 1 – 1 of 1) sorted by relevance
/linux/fs/ |
H A D | namespace.c | 1118 static void attach_mnt(struct mount *mnt, struct mount *parent, in attach_mnt() function 1143 attach_mnt(mnt, parent, mp, false); in mnt_change_mountpoint() 2214 attach_mnt(dst_mnt, dst_parent, src_parent->mnt_mp, false); in copy_tree() 2549 attach_mnt(source_mnt, top_mnt, dest_mp, beneath); in attach_recursive_mnt() 4462 attach_mnt(root_mnt, old_mnt, old_mp, false); in SYSCALL_DEFINE2() 4464 attach_mnt(new_mnt, root_parent, root_mp, false); in SYSCALL_DEFINE2()
|