Home
last modified time | relevance | path

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

/linux/fs/
H A Dnamespace.c1078 struct mount *top_mnt, in mnt_set_mountpoint_beneath() argument
1081 struct mount *old_top_parent = top_mnt->mnt_parent; in mnt_set_mountpoint_beneath()
1082 struct mountpoint *old_top_mp = top_mnt->mnt_mp; in mnt_set_mountpoint_beneath()
1085 mnt_change_mountpoint(new_parent, new_mp, top_mnt); in mnt_set_mountpoint_beneath()
2497 struct mount *top_mnt, in attach_recursive_mnt() argument
2503 struct mnt_namespace *ns = top_mnt->mnt_ns; in attach_recursive_mnt()
2526 dest_mnt = top_mnt->mnt_parent; in attach_recursive_mnt()
2528 dest_mnt = top_mnt; in attach_recursive_mnt()
2549 attach_mnt(source_mnt, top_mnt, dest_mp, beneath); in attach_recursive_mnt()
2561 mnt_set_mountpoint_beneath(source_mnt, top_mnt, smp); in attach_recursive_mnt()