Home
last modified time | relevance | path

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

/linux/fs/
H A Dmount.h73 struct mountpoint *mnt_mp; /* where is it mounted */ member
H A Dpnode.c637 mp = p->mnt_mp; in reparent()
H A Dnamespace.c1013 mp = mnt->mnt_mp; in __umount_mnt()
1014 mnt->mnt_mp = NULL; in __umount_mnt()
1035 child_mnt->mnt_mp = mp; in mnt_set_mountpoint()
1074 struct mountpoint *old_mp = mnt->mnt_mp; in mnt_change_mountpoint()
2216 attach_mnt(dst_mnt, dst_parent, src_parent->mnt_mp); in copy_tree()
2580 shorter = top->mnt_mp; in attach_recursive_mnt()
4620 attach_mnt(new_mnt, root_parent, root_mnt->mnt_mp); in SYSCALL_DEFINE2()