Searched refs:beneath (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/
H A Dnamespace.c689 * mount @mnt will be tucked beneath @n, i.e., @n will be mounted on
925 * mnt_set_mountpoint_beneath - mount a mount beneath another one
928 * @top_mnt: the mount beneath which @new_parent is mounted
964 * @beneath: whether to mount @mnt beneath or on top of @parent
966 * If @beneath is false, mount @mnt at @mp on @parent. Then attach @mnt
969 * If @beneath is true, remove @mnt from its current parent and
981 struct mountpoint *mp, bool beneath)
983 if (beneath)
989 * beneath
980 attach_mnt(struct mount *mnt, struct mount *parent, struct mountpoint *mp, bool beneath) argument
2313 bool moving = flags & MNT_TREE_MOVE, beneath = flags & MNT_TREE_BENEATH; local
2442 do_lock_mount(struct path *path, bool beneath) argument
3115 do_move_mount(struct path *old_path, struct path *new_path, bool beneath) argument
[all...]

Completed in 89 milliseconds