Searched refs:cb_nb (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dtrans_log.c138 if (cb->cb_nb)
161 cb->cb_nb = bufsize;
173 bp->b_bufsize = cb->cb_nb;
188 if (cb->cb_nb)
197 cb->cb_nb = bufsize;
239 if (cb->cb_nb == 0)
269 md_trans_free(cb->cb_va, cb->cb_nb);
271 cb->cb_nb = 0;
338 ul->un_rdbuf.cb_nb = 0;
340 ul->un_wrbuf.cb_nb
[all...]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c444 if (cb->cb_nb)
465 cb->cb_nb = bufsize;
477 bp->b_bufsize = cb->cb_nb;
492 if (cb->cb_nb)
501 cb->cb_nb = bufsize;
538 if (cb->cb_nb == 0)
568 kmem_free(cb->cb_va, cb->cb_nb);
570 cb->cb_nb = 0;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h129 size_t cb_nb; /* size of circular buffer */ member in struct:cirbuf
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_trans.h63 size_t cb_nb; /* size of circular buffer */ member in struct:cirbuf_ic

Completed in 83 milliseconds