Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c464 cb->cb_va = kmem_alloc(bufsize, KM_SLEEP); in alloc_wrbuf()
476 bp->b_un.b_addr = cb->cb_va; in alloc_wrbuf()
500 cb->cb_va = kmem_alloc(bufsize, KM_SLEEP); in alloc_rdbuf()
508 va = cb->cb_va; in alloc_rdbuf()
568 kmem_free(cb->cb_va, cb->cb_nb); in free_cirbuf()
569 cb->cb_va = NULL; in free_cirbuf()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h128 caddr_t cb_va; /* address of circular buffer */ member