Searched refs:listheadp (Results 1 – 1 of 1) sorted by relevance
1984 struct buflists * listheadp; in buf_iterprepare() local1987 listheadp = &vp->v_dirtyblkhd; in buf_iterprepare()1989 listheadp = &vp->v_cleanblkhd; in buf_iterprepare()1996 if (LIST_EMPTY(listheadp)) { in buf_iterprepare()2002 iterheadp->lh_first = listheadp->lh_first; in buf_iterprepare()2003 listheadp->lh_first->b_vnbufs.le_prev = &iterheadp->lh_first; in buf_iterprepare()2004 LIST_INIT(listheadp); in buf_iterprepare()2016 struct buflists * listheadp; in buf_itercomplete() local2020 listheadp = &vp->v_dirtyblkhd; in buf_itercomplete()2022 listheadp = &vp->v_cleanblkhd; in buf_itercomplete()[all …]