Searched refs:listheadp (Results 1 – 1 of 1) sorted by relevance
2153 struct buflists * listheadp; in buf_iterprepare() local2156 listheadp = &vp->v_dirtyblkhd; in buf_iterprepare()2158 listheadp = &vp->v_cleanblkhd; in buf_iterprepare()2165 if (LIST_EMPTY(listheadp)) { in buf_iterprepare()2171 iterheadp->lh_first = listheadp->lh_first; in buf_iterprepare()2172 listheadp->lh_first->b_vnbufs.le_prev = &iterheadp->lh_first; in buf_iterprepare()2173 LIST_INIT(listheadp); in buf_iterprepare()2185 struct buflists * listheadp; in buf_itercomplete() local2189 listheadp = &vp->v_dirtyblkhd; in buf_itercomplete()2191 listheadp = &vp->v_cleanblkhd; in buf_itercomplete()[all …]