Home
last modified time | relevance | path

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

/NextBSD/sys/fs/nullfs/
HDnull_subr.c116 if (a->null_lowervp == lowervp && NULLTOV(a)->v_mount == mp) {
123 vp = NULLTOV(a);
150 NULLTOV(oxp)->v_mount == mp) {
155 ovp = NULLTOV(oxp);
316 NULLTOV(a), vrefcnt(NULLTOV(a)),
HDnull.h64 #define NULLTOV(xp) ((xp)->null_vnode) macro