Home
last modified time | relevance | path

Searched refs:v_cleanblkhd (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_bio.c1796 list[num_lists].listhead = &vp->v_cleanblkhd; in buf_iterate()
1864 if (LIST_EMPTY(&vp->v_cleanblkhd) && LIST_EMPTY(&vp->v_dirtyblkhd)) { in buf_invalidateblks()
1881 if (LIST_EMPTY(&vp->v_cleanblkhd) && LIST_EMPTY(&vp->v_dirtyblkhd)) { in buf_invalidateblks()
1895 LIST_INSERT_HEAD(&vp->v_cleanblkhd, bp, b_vnbufs); in buf_invalidateblks()
2158 listheadp = &vp->v_cleanblkhd; in buf_iterprepare()
2191 listheadp = &vp->v_cleanblkhd; in buf_itercomplete()
2271 bufinsvn(bp, &vp->v_cleanblkhd); in bgetvp_locked()
2320 listheadp = &newvp->v_cleanblkhd; in buf_reassign()
H A Dvfs_subr.c573 if (vp->v_cleanblkhd.lh_first) { in vnode_hascleanblks()
2488 && (!LIST_EMPTY(&vp->v_cleanblkhd) || !LIST_EMPTY(&vp->v_dirtyblkhd))) { in vnode_list_add()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h186 struct buflists v_cleanblkhd; /* clean blocklist head */ member
/xnu-12377.41.6/tools/lldbmacros/
H A Dmemory.py4728 list_head = vnodeval.v_cleanblkhd;