Searched refs:v_cleanblkhd (Results 1 – 4 of 4) sorted by relevance
1796 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()
573 if (vp->v_cleanblkhd.lh_first) { in vnode_hascleanblks()2488 && (!LIST_EMPTY(&vp->v_cleanblkhd) || !LIST_EMPTY(&vp->v_dirtyblkhd))) { in vnode_list_add()
186 struct buflists v_cleanblkhd; /* clean blocklist head */ member
4728 list_head = vnodeval.v_cleanblkhd;