Home
last modified time | relevance | path

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

/xnu-11215/bsd/miscfs/nullfs/
H A Dnullfs.h95 uint32_t nullm_lowerrootvid; /* store the lower root vid so we can check member
H A Dnull_vnops.c176 if (vnode_getwithvid(checkvp, null_mp->nullm_lowerrootvid)) { in nullfs_special_getattr()
511 error = vnode_getwithvid(null_mp->nullm_lowerrootvp, null_mp->nullm_lowerrootvid); in null_special_lookup()
787 if (vnode_getwithvid(null_mp->nullm_lowerrootvp, null_mp->nullm_lowerrootvid)) { in nullfs_special_readdir()
H A Dnull_vfsops.c206 xmp->nullm_lowerrootvid = vnode_vid(lowerrootvp); in nullfs_mount()