Home
last modified time | relevance | path

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

/fs/
Dmount.h60 struct mountpoint *mnt_mp; /* where is it mounted */ member
Dpnode.c515 mp = mnt->mnt_mp; in restore_mounts()
518 mp = parent->mnt_mp; in restore_mounts()
Dnamespace.c892 put_mountpoint(mnt->mnt_mp); in unhash_mnt()
893 mnt->mnt_mp = NULL; in unhash_mnt()
927 child_mnt->mnt_mp = mp; in mnt_set_mountpoint()
951 struct mountpoint *old_mp = mnt->mnt_mp; in mnt_change_mountpoint()
1860 attach_mnt(q, parent, p->mnt_mp); in copy_tree()
3232 root_mp = root_mnt->mnt_mp; in SYSCALL_DEFINE2()