Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_zvol.c306 zvio->zvio_abp = abp; in sbd_zvol_alloc_write_bufs()
316 arc_buf_t **abp = zvio->zvio_abp; in sbd_zvol_rele_write_bufs_abort()
321 kmem_free(zvio->zvio_abp, in sbd_zvol_rele_write_bufs_abort()
323 zvio->zvio_abp = NULL; in sbd_zvol_rele_write_bufs_abort()
339 arc_buf_t **abp = zvio->zvio_abp; in sbd_zvol_rele_write_bufs()
378 kmem_free(zvio->zvio_abp, in sbd_zvol_rele_write_bufs()
380 zvio->zvio_abp = NULL; in sbd_zvol_rele_write_bufs()
H A Dsbd_impl.h273 void *zvio_abp; /* array of arc buffers */ member