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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_log.c249 size_t txsize; local
274 txsize = sizeof (*lr) + namesize + fuidsz + xvatsize;
277 txsize =
283 itx = zil_itx_create(txtype, txsize);
622 size_t txsize; local
636 txsize = lrsize +
641 itx = zil_itx_create(txtype, txsize);

Completed in 46 milliseconds