Searched refs:beneath (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/fs/ |
H A D | namespace.c | 682 * mount @mnt will be tucked beneath @n, i.e., @n will be mounted on 937 * mnt_set_mountpoint_beneath - mount a mount beneath another one 940 * @top_mnt: the mount beneath which @new_parent is mounted 976 * @beneath: whether to mount @mnt beneath or on top of @parent 978 * If @beneath is false, mount @mnt at @mp on @parent. Then attach @mnt 981 * If @beneath is true, remove @mnt from its current parent and 993 struct mountpoint *mp, bool beneath) in attach_mnt() 995 if (beneath) in attach_mnt() 1001 * beneath in attach_mnt() 992 attach_mnt(struct mount *mnt, struct mount *parent, struct mountpoint *mp, bool beneath) attach_mnt() argument 2311 bool moving = flags & MNT_TREE_MOVE, beneath = flags & MNT_TREE_BENEATH; attach_recursive_mnt() local 2436 do_lock_mount(struct path *path, bool beneath) do_lock_mount() argument 3109 do_move_mount(struct path *old_path, struct path *new_path, bool beneath) do_move_mount() argument [all...] |
Completed in 4 milliseconds