Home
last modified time | relevance | path

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

/fs/
Dnamespace.c537 struct mount *child_mnt; in lookup_mnt() local
540 child_mnt = __lookup_mnt(path->mnt, path->dentry, 1); in lookup_mnt()
541 if (child_mnt) { in lookup_mnt()
542 mnt_add_count(child_mnt, 1); in lookup_mnt()
544 return &child_mnt->mnt; in lookup_mnt()
617 struct mount *child_mnt) in mnt_set_mountpoint() argument
620 child_mnt->mnt_mountpoint = dget(dentry); in mnt_set_mountpoint()
621 child_mnt->mnt_parent = mnt; in mnt_set_mountpoint()