Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_log.c256 size_t txsize; in zfs_log_create() local
281 txsize = sizeof (*lr) + namesize + fuidsz + xvatsize; in zfs_log_create()
284 txsize = in zfs_log_create()
290 itx = zil_itx_create(txtype, txsize); in zfs_log_create()
644 size_t txsize; in zfs_log_acl() local
658 txsize = lrsize + in zfs_log_acl()
663 itx = zil_itx_create(txtype, txsize); in zfs_log_acl()