Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h170 uint8_t v_references; /* number of times io_count has been granted */ member
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_subr.c2384 vp->v_references = 0; in vnode_ref_ext()
5356 vp->v_iocount, vp->v_usecount, vp->v_kusecount, vp->v_references); in vn_print_state()
6062 vp->v_references = 0; in new_vnode()
6786 if (!forpager && (++vp->v_references >= UNAGE_THRESHHOLD || in vnode_getiocount()
6787 (vp->v_flag & VISDIRTY && vp->v_references >= UNAGE_DIRTYTHRESHHOLD))) { in vnode_getiocount()
6788 vp->v_references = 0; in vnode_getiocount()