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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dpnode.c158 * mount 'source_mnt' under the destination 'dest_mnt' at
162 * source_mnt. Also link all the new mounts using ->mnt_list
163 * headed at source_mnt's ->mnt_list
167 * @source_mnt: source mount.
171 struct vfsmount *source_mnt, struct list_head *tree_list)
176 struct vfsmount *prev_src_mnt = source_mnt;
170 propagate_mnt(struct vfsmount *dest_mnt, struct dentry *dest_dentry, struct vfsmount *source_mnt, struct list_head *tree_list) argument
H A Dnamespace.c755 * @source_mnt : mount tree to be attached
756 * @nd : place the mount tree @source_mnt is attached
757 * @parent_nd : if non-null, detach the source_mnt from its parent and
759 * (done when source_mnt is moved)
817 static int attach_recursive_mnt(struct vfsmount *source_mnt, argument
825 if (propagate_mnt(dest_mnt, dest_dentry, source_mnt, &tree_list))
829 for (p = source_mnt; p; p = next_mnt(p, source_mnt))
835 detach_mnt(source_mnt, parent_nd);
836 attach_mnt(source_mnt, n
[all...]

Completed in 46 milliseconds