Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_bio.c1990 struct buflists * listheadp; in buf_iterprepare() local
1993 listheadp = &vp->v_dirtyblkhd; in buf_iterprepare()
1995 listheadp = &vp->v_cleanblkhd; in buf_iterprepare()
2002 if (LIST_EMPTY(listheadp)) { in buf_iterprepare()
2008 iterheadp->lh_first = listheadp->lh_first; in buf_iterprepare()
2009 listheadp->lh_first->b_vnbufs.le_prev = &iterheadp->lh_first; in buf_iterprepare()
2010 LIST_INIT(listheadp); in buf_iterprepare()
2022 struct buflists * listheadp; in buf_itercomplete() local
2026 listheadp = &vp->v_dirtyblkhd; in buf_itercomplete()
2028 listheadp = &vp->v_cleanblkhd; in buf_itercomplete()
[all …]