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

/linux-master/fs/
H A Dmount.h62 struct mountpoint *mnt_mp; /* where is it mounted */ member in struct:mount
H A Dpnode.c546 mp = mnt->mnt_mp;
549 mp = parent->mnt_mp;
H A Dnamespace.c896 mp = mnt->mnt_mp;
897 mnt->mnt_mp = NULL;
920 child_mnt->mnt_mp = mp;
931 * Remove @top_mnt from its current mountpoint @top_mnt->mnt_mp and
944 struct mountpoint *old_top_mp = top_mnt->mnt_mp;
998 struct mountpoint *old_mp = mnt->mnt_mp;
2020 attach_mnt(q, parent, p->mnt_mp, false);
2436 * to @mnt->mnt_mp->m_dentry. But if @mnt has been unmounted it will
2437 * point to @mnt->mnt_root and @mnt->mnt_mp will be NULL.
3137 old_mp = old->mnt_mp;
[all...]

Completed in 122 milliseconds