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

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_log.c247 size_t txsize; local
272 txsize = sizeof (*lr) + namesize + fuidsz + xvatsize;
275 txsize =
281 itx = zil_itx_create(txtype, txsize);
627 size_t txsize; local
641 txsize = lrsize +
646 itx = zil_itx_create(txtype, txsize);

Completed in 127 milliseconds