Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Dnamespace.c642 struct mount *child_mnt; in lookup_mnt() local
649 child_mnt = __lookup_mnt(path->mnt, path->dentry); in lookup_mnt()
650 m = child_mnt ? &child_mnt->mnt : NULL; in lookup_mnt()
834 struct mount *child_mnt) in mnt_set_mountpoint() argument
838 child_mnt->mnt_mountpoint = dget(mp->m_dentry); in mnt_set_mountpoint()
839 child_mnt->mnt_parent = mnt; in mnt_set_mountpoint()
840 child_mnt->mnt_mp = mp; in mnt_set_mountpoint()
841 hlist_add_head(&child_mnt->mnt_mp_list, &mp->m_list); in mnt_set_mountpoint()