Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dnamespace.c952 struct mount *top_mnt, in mnt_set_mountpoint_beneath() argument
955 struct mount *old_top_parent = top_mnt->mnt_parent; in mnt_set_mountpoint_beneath()
956 struct mountpoint *old_top_mp = top_mnt->mnt_mp; in mnt_set_mountpoint_beneath()
959 mnt_change_mountpoint(new_parent, new_mp, top_mnt); in mnt_set_mountpoint_beneath()
2300 struct mount *top_mnt, in attach_recursive_mnt() argument
2306 struct mnt_namespace *ns = top_mnt->mnt_ns; in attach_recursive_mnt()
2329 dest_mnt = top_mnt->mnt_parent; in attach_recursive_mnt()
2331 dest_mnt = top_mnt; in attach_recursive_mnt()
2352 attach_mnt(source_mnt, top_mnt, dest_mp, beneath); in attach_recursive_mnt()
2360 mnt_set_mountpoint_beneath(source_mnt, top_mnt, smp); in attach_recursive_mnt()