Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dnamespace.c1094 struct mount *top_mnt, in mnt_set_mountpoint_beneath() argument
1097 struct mount *old_top_parent = top_mnt->mnt_parent; in mnt_set_mountpoint_beneath()
1098 struct mountpoint *old_top_mp = top_mnt->mnt_mp; in mnt_set_mountpoint_beneath()
1101 mnt_change_mountpoint(new_parent, new_mp, top_mnt); in mnt_set_mountpoint_beneath()
2680 struct mount *top_mnt, in attach_recursive_mnt() argument
2686 struct mnt_namespace *ns = top_mnt->mnt_ns; in attach_recursive_mnt()
2709 dest_mnt = top_mnt->mnt_parent; in attach_recursive_mnt()
2711 dest_mnt = top_mnt; in attach_recursive_mnt()
2732 attach_mnt(source_mnt, top_mnt, dest_mp, beneath); in attach_recursive_mnt()
2745 mnt_set_mountpoint_beneath(source_mnt, top_mnt, smp); in attach_recursive_mnt()