Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_bio.c1963 struct buflists * listheadp; in buf_iterprepare() local
1966 listheadp = &vp->v_dirtyblkhd; in buf_iterprepare()
1968 listheadp = &vp->v_cleanblkhd; in buf_iterprepare()
1975 if (LIST_EMPTY(listheadp)) { 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()
1983 LIST_INIT(listheadp); in buf_iterprepare()
1995 struct buflists * listheadp; in buf_itercomplete() local
1999 listheadp = &vp->v_dirtyblkhd; in buf_itercomplete()
2001 listheadp = &vp->v_cleanblkhd; in buf_itercomplete()
[all …]
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_bio.c1534 struct nfsbuflists *listheadp; in nfs_buf_iterprepare() local
1537 listheadp = &np->n_dirtyblkhd; in nfs_buf_iterprepare()
1539 listheadp = &np->n_cleanblkhd; in nfs_buf_iterprepare()
1551 if (LIST_EMPTY(listheadp)) { 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()
1559 LIST_INIT(listheadp); in nfs_buf_iterprepare()
1572 struct nfsbuflists * listheadp; in nfs_buf_itercomplete() local
1576 listheadp = &np->n_dirtyblkhd; in nfs_buf_itercomplete()
1578 listheadp = &np->n_cleanblkhd; in nfs_buf_itercomplete()
[all …]