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

/linux-master/fs/
H A Dpnode.c275 * mount 'source_mnt' under the destination 'dest_mnt' at
279 * source_mnt. Also link all the new mounts using ->mnt_list
280 * headed at source_mnt's ->mnt_list
284 * @source_mnt: source mount.
288 struct mount *source_mnt, struct hlist_head *tree_list)
299 first_source = source_mnt;
300 last_source = source_mnt;
287 propagate_mnt(struct mount *dest_mnt, struct mountpoint *dest_mp, struct mount *source_mnt, struct hlist_head *tree_list) argument
H A Dnamespace.c2236 * @source_mnt: mount tree to be attached
2237 * @top_mnt: mount that @source_mnt will be mounted on or mounted beneath
2238 * @dest_mp: the mountpoint @source_mnt will be mounted at
2239 * @flags: modify how @source_mnt is supposed to be attached
2298 * Return: If @source_mnt was successfully attached 0 is returned.
2301 static int attach_recursive_mnt(struct mount *source_mnt, argument
2319 smp = get_mountpoint(source_mnt->mnt.mnt_root);
2325 err = count_mounts(ns, source_mnt);
2336 err = invent_group_ids(source_mnt, true);
2339 err = propagate_mnt(dest_mnt, dest_mp, source_mnt,
[all...]

Completed in 129 milliseconds