Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c302 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 …]
/titanic_41/usr/src/uts/common/io/lvm/trans/
H A Dtrans_log.c171 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()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_log.h125 buf_t *cb_bp; /* buf's with space in circular buf */ member
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_trans.h59 buf_t *cb_bp; /* buf's with space in circular buf */ member