Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Dmount.h60 struct mountpoint *mnt_mp; /* where is it mounted */ member
Dpnode.c514 mp = mnt->mnt_mp; in restore_mounts()
517 mp = parent->mnt_mp; in restore_mounts()
Dnamespace.c805 put_mountpoint(mnt->mnt_mp); in unhash_mnt()
806 mnt->mnt_mp = NULL; in unhash_mnt()
840 child_mnt->mnt_mp = mp; in mnt_set_mountpoint()
864 struct mountpoint *old_mp = mnt->mnt_mp; in mnt_change_mountpoint()
1771 attach_mnt(q, parent, p->mnt_mp); in copy_tree()
3160 root_mp = root_mnt->mnt_mp; in SYSCALL_DEFINE2()