Home
last modified time | relevance | path

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

/xnu-11215/bsd/miscfs/nullfs/
H A Dnull_vnops.c100 if (vp && (vp == null_mp->nullm_rootvp || vp == null_mp->nullm_secondvp)) { in nullfs_isspecialvp()
195 if (args->a_vp == null_mp->nullm_secondvp) { in nullfs_special_getattr()
459 if (null_mp->nullm_secondvp == NULL) { in null_special_lookup()
468 if (null_mp->nullm_secondvp == NULL) { in null_special_lookup()
469 null_mp->nullm_secondvp = vp; in null_special_lookup()
475 vp = null_mp->nullm_secondvp; in null_special_lookup()
484 vp = null_mp->nullm_secondvp; in null_special_lookup()
491 } else if (dvp == null_mp->nullm_secondvp) { in null_special_lookup()
692 } else if (vp == null_mp->nullm_secondvp) { in null_reclaim()
693 null_mp->nullm_secondvp = NULL; in null_reclaim()
H A Dnullfs.h91 struct vnode * nullm_secondvp; /* Reference to virtual directory vnode to wrap app member