Home
last modified time | relevance | path

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

/titanic_50/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_50/usr/src/uts/common/sys/fs/
H A Dufs_log.h125 buf_t *cb_bp; /* buf's with space in circular buf */ member