Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dnamespace.c638 struct mount *child_mnt; in lookup_mnt() local
645 child_mnt = __lookup_mnt(path->mnt, path->dentry); in lookup_mnt()
646 m = child_mnt ? &child_mnt->mnt : NULL; in lookup_mnt()
847 struct mount *child_mnt) in mnt_set_mountpoint()
851 child_mnt->mnt_mountpoint = mp->m_dentry; in mnt_set_mountpoint()
852 child_mnt->mnt_parent = mnt; in mnt_set_mountpoint()
853 child_mnt->mnt_mp = mp; in mnt_set_mountpoint()
854 hlist_add_head(&child_mnt->mnt_mp_list, &mp->m_list); in mnt_set_mountpoint()
845 mnt_set_mountpoint(struct mount *mnt, struct mountpoint *mp, struct mount *child_mnt) mnt_set_mountpoint() argument
/kernel/linux/linux-6.6/fs/
H A Dnamespace.c717 struct mount *child_mnt; in lookup_mnt() local
724 child_mnt = __lookup_mnt(path->mnt, path->dentry); in lookup_mnt()
725 m = child_mnt ? &child_mnt->mnt : NULL; in lookup_mnt()
926 struct mount *child_mnt) in mnt_set_mountpoint()
930 child_mnt->mnt_mountpoint = mp->m_dentry; in mnt_set_mountpoint()
931 child_mnt->mnt_parent = mnt; in mnt_set_mountpoint()
932 child_mnt->mnt_mp = mp; in mnt_set_mountpoint()
933 hlist_add_head(&child_mnt->mnt_mp_list, &mp->m_list); in mnt_set_mountpoint()
924 mnt_set_mountpoint(struct mount *mnt, struct mountpoint *mp, struct mount *child_mnt) mnt_set_mountpoint() argument

Completed in 11 milliseconds