Lines Matching refs:beneath
993 struct mountpoint *mp, bool beneath) in attach_mnt() argument
995 if (beneath) in attach_mnt()
2311 bool moving = flags & MNT_TREE_MOVE, beneath = flags & MNT_TREE_BENEATH; in attach_recursive_mnt() local
2328 if (beneath) in attach_recursive_mnt()
2349 if (beneath) in attach_recursive_mnt()
2352 attach_mnt(source_mnt, top_mnt, dest_mp, beneath); in attach_recursive_mnt()
2359 if (beneath) in attach_recursive_mnt()
2436 static struct mountpoint *do_lock_mount(struct path *path, bool beneath) in do_lock_mount() argument
2445 if (beneath) { in do_lock_mount()
2462 if (beneath && (!is_mounted(mnt) || m->mnt_mountpoint != dentry)) { in do_lock_mount()
2474 if (beneath) in do_lock_mount()
2488 if (beneath) in do_lock_mount()
3105 bool beneath) in do_move_mount() argument
3116 mp = do_lock_mount(new_path, beneath); in do_move_mount()
3157 if (beneath) { in do_move_mount()