Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/vfs/
H A Dvfs_bio.c1968 buf_iterprepare(vnode_t vp, struct buflists *iterheadp, int flags) in buf_iterprepare() argument
1983 LIST_INIT(iterheadp); in buf_iterprepare()
1988 iterheadp->lh_first = listheadp->lh_first; in buf_iterprepare()
1989 listheadp->lh_first->b_vnbufs.le_prev = &iterheadp->lh_first; in buf_iterprepare()
2000 buf_itercomplete(vnode_t vp, struct buflists *iterheadp, int flags) in buf_itercomplete() argument
2011 while (!LIST_EMPTY(iterheadp)) { in buf_itercomplete()
2012 bp = LIST_FIRST(iterheadp); in buf_itercomplete()