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.c2552 itx->itx_size = itxsize; in zil_itx_create()
2560 ASSERT3U(oitx->itx_size, >=, sizeof (itx_t)); in zil_itx_clone()
2561 ASSERT3U(oitx->itx_size, ==, in zil_itx_clone()
2564 itx_t *itx = zio_data_buf_alloc(oitx->itx_size); in zil_itx_clone()
2565 memcpy(itx, oitx, oitx->itx_size); in zil_itx_clone()
2574 ASSERT3U(itx->itx_size, >=, sizeof (itx_t)); in zil_itx_destroy()
2576 itx->itx_size - offsetof(itx_t, itx_lr)); in zil_itx_destroy()
2583 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.c914 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