Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_bio.c1532 nfs_buf_iterprepare(nfsnode_t np, struct nfsbuflists *iterheadp, int flags) in nfs_buf_iterprepare() argument
1543 LIST_INIT(iterheadp); in nfs_buf_iterprepare()
1552 LIST_INIT(iterheadp); in nfs_buf_iterprepare()
1557 iterheadp->lh_first = listheadp->lh_first; in nfs_buf_iterprepare()
1558 listheadp->lh_first->nb_vnbufs.le_prev = &iterheadp->lh_first; in nfs_buf_iterprepare()
1570 nfs_buf_itercomplete(nfsnode_t np, struct nfsbuflists *iterheadp, int flags) in nfs_buf_itercomplete() argument
1581 while (!LIST_EMPTY(iterheadp)) { in nfs_buf_itercomplete()
1582 bp = LIST_FIRST(iterheadp); in nfs_buf_itercomplete()
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_bio.c1961 buf_iterprepare(vnode_t vp, struct buflists *iterheadp, int flags) in buf_iterprepare() argument
1976 LIST_INIT(iterheadp); in buf_iterprepare()
1981 iterheadp->lh_first = listheadp->lh_first; in buf_iterprepare()
1982 listheadp->lh_first->b_vnbufs.le_prev = &iterheadp->lh_first; in buf_iterprepare()
1993 buf_itercomplete(vnode_t vp, struct buflists *iterheadp, int flags) in buf_itercomplete() argument
2004 while (!LIST_EMPTY(iterheadp)) { in buf_itercomplete()
2005 bp = LIST_FIRST(iterheadp); in buf_itercomplete()