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

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_log.c248 size_t txsize; local
273 txsize = sizeof (*lr) + namesize + fuidsz + xvatsize;
276 txsize =
282 itx = zil_itx_create(txtype, txsize);
628 size_t txsize; local
642 txsize = lrsize +
647 itx = zil_itx_create(txtype, txsize);

Completed in 96 milliseconds