Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dmount.h64 struct mountpoint *mnt_mp; /* where is it mounted */ member
Dpnode.c546 mp = mnt->mnt_mp; in restore_mounts()
549 mp = parent->mnt_mp; in restore_mounts()
Dnamespace.c1002 mp = mnt->mnt_mp; in unhash_mnt()
1003 mnt->mnt_mp = NULL; in unhash_mnt()
1026 child_mnt->mnt_mp = mp; in mnt_set_mountpoint()
1050 struct mountpoint *old_top_mp = top_mnt->mnt_mp; in mnt_set_mountpoint_beneath()
1104 struct mountpoint *old_mp = mnt->mnt_mp; in mnt_change_mountpoint()
2166 attach_mnt(dst_mnt, dst_parent, src_parent->mnt_mp, false); in copy_tree()
3292 old_mp = old->mnt_mp; in do_move_mount()