Searched refs:itx_size (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zil.c | 2564 itx->itx_size = itxsize; in zil_itx_create() 2572 ASSERT3U(oitx->itx_size, >=, sizeof (itx_t)); in zil_itx_clone() 2573 ASSERT3U(oitx->itx_size, ==, in zil_itx_clone() 2576 itx_t *itx = zio_data_buf_alloc(oitx->itx_size); in zil_itx_clone() 2577 memcpy(itx, oitx, oitx->itx_size); in zil_itx_clone() 2586 ASSERT3U(itx->itx_size, >=, sizeof (itx_t)); in zil_itx_destroy() 2588 itx->itx_size - offsetof(itx_t, itx_lr)); in zil_itx_destroy() 2595 zio_data_buf_free(itx, itx->itx_size); in zil_itx_destroy()
|
| H A D | zfs_log.c | 673 log_size += itx->itx_size; in zfs_log_write()
|
| H A D | zvol.c | 978 log_size += itx->itx_size; in zvol_log_write()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zil.h | 468 size_t itx_size; /* allocated itx structure size */ member
|