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

/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h132 * v_cleanblkhd and v_dirtyblkhd and v_iterblkflags are locked via the global buf_mtxp
161 struct buflists v_cleanblkhd; /* clean blocklist head */ member in struct:vnode
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c1378 list[num_lists].listhead = &vp->v_cleanblkhd;
1444 if (LIST_EMPTY(&vp->v_cleanblkhd) && LIST_EMPTY(&vp->v_dirtyblkhd))
1459 if (LIST_EMPTY(&vp->v_cleanblkhd) && LIST_EMPTY(&vp->v_dirtyblkhd))
1473 LIST_INSERT_HEAD(&vp->v_cleanblkhd, bp, b_vnbufs);
1723 listheadp = &vp->v_cleanblkhd;
1755 listheadp = &vp->v_cleanblkhd;
1833 bufinsvn(bp, &vp->v_cleanblkhd);
1880 listheadp = &newvp->v_cleanblkhd;
H A Dvfs_subr.c492 if (vp->v_cleanblkhd.lh_first)

Completed in 102 milliseconds