Searched refs:dest_mp (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ |
| H A D | pnode.c | 260 static bool need_secondary(struct mount *m, struct mountpoint *dest_mp) in need_secondary() argument 266 if (!is_subdir(dest_mp->m_dentry, m->mnt.mnt_root)) in need_secondary() 311 int propagate_mnt(struct mount *dest_mnt, struct mountpoint *dest_mp, in propagate_mnt() argument 336 if (!need_secondary(n, dest_mp)) in propagate_mnt() 346 mnt_set_mountpoint(n, dest_mp, this); in propagate_mnt()
|
| H A D | namespace.c | 2563 struct mountpoint *dest_mp = dest->mp; in attach_recursive_mnt() local 2597 err = propagate_mnt(dest_mnt, dest_mp, source_mnt, &tree_list); in attach_recursive_mnt() 2623 mnt_set_mountpoint(dest_mnt, dest_mp, source_mnt); in attach_recursive_mnt()
|