Searched refs:VRAGE (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h251 #define VRAGE 0x000010 /* vnode is in rapid age state */ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c1560 if (vp->v_flag & VRAGE) {
1575 vp->v_flag &= ~VRAGE;
1642 if ((vp->v_flag & VRAGE) && !(vp->v_lflag & VL_DEAD)) {
1884 memory_object_mark_unused(vp->v_ubcinfo->ui_control, (vp->v_flag & VRAGE) == VRAGE);
3933 * at the head of the VRAGE or free lists... if so, we
4697 vp->v_flag |= VRAGE;
H A Dkpi_vfs.c1711 return ((vp->v_flag & VRAGE)? 1 : 0);

Completed in 96 milliseconds