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

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_bio.c1755 struct buflists * listheadp; local
1758 listheadp = &vp->v_dirtyblkhd;
1760 listheadp = &vp->v_cleanblkhd;
1766 if (LIST_EMPTY(listheadp)) {
1772 iterheadp->lh_first = listheadp->lh_first;
1773 listheadp->lh_first->b_vnbufs.le_prev = &iterheadp->lh_first;
1774 LIST_INIT(listheadp);
1786 struct buflists * listheadp; local
1790 listheadp = &vp->v_dirtyblkhd;
1792 listheadp
1894 struct buflists *listheadp; local
[all...]
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_bio.c1394 struct nfsbuflists *listheadp; local
1397 listheadp = &np->n_dirtyblkhd;
1399 listheadp = &np->n_cleanblkhd;
1410 if (LIST_EMPTY(listheadp)) {
1416 iterheadp->lh_first = listheadp->lh_first;
1417 listheadp->lh_first->nb_vnbufs.le_prev = &iterheadp->lh_first;
1418 LIST_INIT(listheadp);
1431 struct nfsbuflists * listheadp; local
1435 listheadp = &np->n_dirtyblkhd;
1437 listheadp
[all...]

Completed in 67 milliseconds