Searched refs:cb_bp (Results 1 – 4 of 4) sorted by relevance
302 ASSERT(bp == cb->cb_bp && bp == cb->cb_dirty); in push_dirty_bp()363 bp = cb->cb_bp; in inval_range()381 } while (bp != cb->cb_bp); in inval_range()414 bp = cb->cb_bp->b_forw; in get_write_bp()418 cb->cb_bp = bp; in get_write_bp()475 cb->cb_bp = bp; in alloc_wrbuf()518 if (cb->cb_bp) { in alloc_rdbuf()519 bp->b_forw = cb->cb_bp->b_forw; in alloc_rdbuf()520 bp->b_back = cb->cb_bp; in alloc_rdbuf()521 cb->cb_bp->b_forw->b_back = bp; in alloc_rdbuf()[all …]
171 cb->cb_bp = bp; in md_alloc_wrbuf()215 if (cb->cb_bp) { in md_alloc_rdbuf()216 bp->b_forw = cb->cb_bp->b_forw; in md_alloc_rdbuf()217 bp->b_back = cb->cb_bp; in md_alloc_rdbuf()218 cb->cb_bp->b_forw->b_back = bp; in md_alloc_rdbuf()219 cb->cb_bp->b_forw = bp; in md_alloc_rdbuf()222 cb->cb_bp = bp; in md_alloc_rdbuf()248 while ((bp = cb->cb_bp) != NULL) { in md_free_cirbuf()250 cb->cb_bp = NULL; in md_free_cirbuf()252 cb->cb_bp = bp->b_forw; in md_free_cirbuf()
125 buf_t *cb_bp; /* buf's with space in circular buf */ member
59 buf_t *cb_bp; /* buf's with space in circular buf */ member