Searched refs:attach_mnt (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/
H A Dnamespace.c959 * attach_mnt - mount a mount, attach to @mount_hashtable and parent's
980 static void attach_mnt(struct mount *mnt, struct mount *parent, function
1005 attach_mnt(mnt, parent, mp, false);
2020 attach_mnt(q, parent, p->mnt_mp, false);
2354 attach_mnt(source_mnt, top_mnt, dest_mp, beneath);
4253 attach_mnt(root_mnt, old_mnt, old_mp, false);
4255 attach_mnt(new_mnt, root_parent, root_mp, false);

Completed in 143 milliseconds