Lines Matching refs:xp
846 struct null_node *xp; in null_want_recycle() local
850 xp = VTONULL(vp); in null_want_recycle()
855 (xp->null_flags & NULLV_DROP) != 0 || in null_want_recycle()
896 struct null_node *xp; in null_reclaim() local
900 xp = VTONULL(vp); in null_reclaim()
901 lowervp = xp->null_lowervp; in null_reclaim()
906 null_hashrem(xp); in null_reclaim()
929 if ((xp->null_flags & NULLV_NOUNLOCK) != 0) in null_reclaim()
933 free(xp, M_NULLFSNODE); in null_reclaim()
951 struct null_node *xp; in null_getwritemount() local
957 xp = VTONULL(vp); in null_getwritemount()
958 if (xp && (lowervp = xp->null_lowervp)) { in null_getwritemount()
1029 struct null_node *xp; in null_read_pgcache() local
1034 xp = VTONULL(vp); in null_read_pgcache()
1035 if (xp == NULL) { in null_read_pgcache()
1039 lvp = xp->null_lowervp; in null_read_pgcache()
1051 struct null_node *xp; in null_advlock() local
1056 xp = VTONULL(vp); in null_advlock()
1057 if (xp == NULL) { in null_advlock()
1061 lvp = xp->null_lowervp; in null_advlock()