Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzil.c2393 itx->itx_size = itxsize; in zil_itx_create()
2401 ASSERT3U(oitx->itx_size, >=, sizeof (itx_t)); in zil_itx_clone()
2402 ASSERT3U(oitx->itx_size, ==, in zil_itx_clone()
2405 itx_t *itx = zio_data_buf_alloc(oitx->itx_size); in zil_itx_clone()
2406 memcpy(itx, oitx, oitx->itx_size); in zil_itx_clone()
2415 ASSERT3U(itx->itx_size, >=, sizeof (itx_t)); in zil_itx_destroy()
2417 itx->itx_size - offsetof(itx_t, itx_lr)); in zil_itx_destroy()
2424 zio_data_buf_free(itx, itx->itx_size); in zil_itx_destroy()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzil.h467 size_t itx_size; /* allocated itx structure size */ member