Lines Matching refs:xp
877 struct null_node *xp; in null_want_recycle() local
881 xp = VTONULL(vp); in null_want_recycle()
886 (xp->null_flags & NULLV_DROP) != 0 || in null_want_recycle()
927 struct null_node *xp; in null_reclaim() local
931 xp = VTONULL(vp); in null_reclaim()
932 lowervp = xp->null_lowervp; in null_reclaim()
937 null_hashrem(xp); in null_reclaim()
960 if ((xp->null_flags & NULLV_NOUNLOCK) != 0) in null_reclaim()
964 free(xp, M_NULLFSNODE); in null_reclaim()
982 struct null_node *xp; in null_getwritemount() local
988 xp = VTONULL(vp); in null_getwritemount()
989 if (xp && (lowervp = xp->null_lowervp)) { in null_getwritemount()
1060 struct null_node *xp; in null_read_pgcache() local
1065 xp = VTONULL(vp); in null_read_pgcache()
1066 if (xp == NULL) { in null_read_pgcache()
1070 lvp = xp->null_lowervp; in null_read_pgcache()
1082 struct null_node *xp; in null_advlock() local
1087 xp = VTONULL(vp); in null_advlock()
1088 if (xp == NULL) { in null_advlock()
1092 lvp = xp->null_lowervp; in null_advlock()