Home
last modified time | relevance | path

Searched refs:itx_size (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzil.c2564 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 Dzfs_log.c673 log_size += itx->itx_size; in zfs_log_write()
H A Dzvol.c978 log_size += itx->itx_size; in zvol_log_write()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzil.h468 size_t itx_size; /* allocated itx structure size */ member