Searched refs:listheadp (Results 1 – 2 of 2) sorted by relevance
1963 struct buflists * listheadp; in buf_iterprepare() local1966 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() local1999 listheadp = &vp->v_dirtyblkhd; in buf_itercomplete()2001 listheadp = &vp->v_cleanblkhd; in buf_itercomplete()[all …]
1534 struct nfsbuflists *listheadp; in nfs_buf_iterprepare() local1537 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() local1576 listheadp = &np->n_dirtyblkhd; in nfs_buf_itercomplete()1578 listheadp = &np->n_cleanblkhd; in nfs_buf_itercomplete()[all …]