Searched refs:txsize (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_log.c244 size_t txsize; local
269 txsize = sizeof (*lr) + namesize + fuidsz + xvatsize;
272 txsize =
278 itx = zil_itx_create(txtype, txsize);
624 size_t txsize; local
638 txsize = lrsize +
643 itx = zil_itx_create(txtype, txsize);

Completed in 44 milliseconds