Home
last modified time | relevance | path

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

/freebsd/sys/fs/nullfs/
H A Dnull_subr.c110 if (a->null_lowervp == lowervp && NULLTOV(a)->v_mount == mp) { in null_hashget_locked()
117 vp = NULLTOV(a); in null_hashget_locked()
156 NULLTOV(oxp)->v_mount == mp) { in null_hashins()
157 VNASSERT(0, NULLTOV(oxp), in null_hashins()
308 NULLTOV(a), vrefcnt(NULLTOV(a)), in null_checkvp()
H A Dnull.h64 #define NULLTOV(xp) ((xp)->null_vnode) macro