Home
last modified time | relevance | path

Searched refs:dest_mp (Results 1 – 1 of 1) sorted by relevance

/linux/fs/
H A Dpnode.c260 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()