Home
last modified time | relevance | path

Searched refs:VAGE0 (Results 1 – 5 of 5) sorted by relevance

/dragonfly/test/debug/
H A Dvnodeinfo.c299 switch(vn.v_flag & (VAGE0 | VAGE1)) { in dumpvp()
303 case VAGE0: in dumpvp()
309 case VAGE0 | VAGE1: in dumpvp()
/dragonfly/sys/sys/
H A Dvnode.h216 #define VAGE0 0x00000400 /* Age count for recycling - 2 bits */ macro
/dragonfly/sys/kern/
H A Dvfs_vopops.c280 if (vp->v_flag & VAGE0) { in vop_open()
281 vclrflags(vp, VAGE0); in vop_open()
284 vsetflags(vp, VAGE0); in vop_open()
H A Dvfs_lock.c1218 vp->v_flag = VAGE0 | VAGE1; in allocvnode()
/dragonfly/usr.sbin/pstat/
H A Dpstat.c438 if (flag & (VAGE0 | VAGE1)) in vnode_print()