Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c363 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()
525 cb->cb_bp = bp; in alloc_rdbuf()
549 cb->cb_bp = NULL; in free_cirbuf()
592 bp = cb->cb_bp; in find_bp()
663 bp = cb->cb_bp->b_forw; in get_read_bp()
667 cb->cb_bp = bp; in get_read_bp()
[all …]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h125 buf_t *cb_bp; /* buf's with space in circular buf */ member