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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c1718 struct buflists * listheadp; local
1721 listheadp = &vp->v_dirtyblkhd;
1723 listheadp = &vp->v_cleanblkhd;
1729 if (LIST_EMPTY(listheadp)) {
1735 iterheadp->lh_first = listheadp->lh_first;
1736 listheadp->lh_first->b_vnbufs.le_prev = &iterheadp->lh_first;
1737 LIST_INIT(listheadp);
1749 struct buflists * listheadp; local
1753 listheadp = &vp->v_dirtyblkhd;
1755 listheadp
1860 struct buflists *listheadp; local
[all...]
/darwin-on-arm/xnu/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 21 milliseconds