Searched refs:iterheadp (Results 1 – 1 of 1) sorted by relevance
2151 buf_iterprepare(vnode_t vp, struct buflists *iterheadp, int flags) in buf_iterprepare() argument2166 LIST_INIT(iterheadp); 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()2183 buf_itercomplete(vnode_t vp, struct buflists *iterheadp, int flags) in buf_itercomplete() argument2194 while (!LIST_EMPTY(iterheadp)) { in buf_itercomplete()2195 bp = LIST_FIRST(iterheadp); in buf_itercomplete()