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

/xnu-2422.115.4/bsd/nfs/
H A Dnfs_bio.c1392 nfs_buf_iterprepare(nfsnode_t np, struct nfsbuflists *iterheadp, int flags) argument
1402 LIST_INIT(iterheadp);
1411 LIST_INIT(iterheadp);
1416 iterheadp->lh_first = listheadp->lh_first;
1417 listheadp->lh_first->nb_vnbufs.le_prev = &iterheadp->lh_first;
1429 nfs_buf_itercomplete(nfsnode_t np, struct nfsbuflists *iterheadp, int flags) argument
1439 while (!LIST_EMPTY(iterheadp)) {
1440 bp = LIST_FIRST(iterheadp);
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c1734 buf_iterprepare(vnode_t vp, struct buflists *iterheadp, int flags) argument
1748 LIST_INIT(iterheadp);
1753 iterheadp->lh_first = listheadp->lh_first;
1754 listheadp->lh_first->b_vnbufs.le_prev = &iterheadp->lh_first;
1765 buf_itercomplete(vnode_t vp, struct buflists *iterheadp, int flags) argument
1775 while (!LIST_EMPTY(iterheadp)) {
1776 bp = LIST_FIRST(iterheadp);

Completed in 32 milliseconds