Symbol: zil_itx_create
usr/src/cmd/ztest/ztest.c
1556
itx = zil_itx_create(TX_CREATE, sizeof (*lr) + namesize);
usr/src/cmd/ztest/ztest.c
1573
itx = zil_itx_create(TX_REMOVE, sizeof (*lr) + namesize);
usr/src/cmd/ztest/ztest.c
1593
itx = zil_itx_create(TX_WRITE,
usr/src/cmd/ztest/ztest.c
1600
itx = zil_itx_create(TX_WRITE, sizeof (*lr));
usr/src/cmd/ztest/ztest.c
1621
itx = zil_itx_create(TX_TRUNCATE, sizeof (*lr));
usr/src/cmd/ztest/ztest.c
1637
itx = zil_itx_create(TX_SETATTR, sizeof (*lr));
usr/src/uts/common/fs/zfs/sys/zil.h
430
extern itx_t *zil_itx_create(uint64_t txtype, size_t lrsize);
usr/src/uts/common/fs/zfs/zfs_log.c
290
itx = zil_itx_create(txtype, txsize);
usr/src/uts/common/fs/zfs/zfs_log.c
373
itx = zil_itx_create(txtype, sizeof (*lr) + namesize);
usr/src/uts/common/fs/zfs/zfs_log.c
408
itx = zil_itx_create(txtype, sizeof (*lr) + namesize);
usr/src/uts/common/fs/zfs/zfs_log.c
432
itx = zil_itx_create(txtype, sizeof (*lr) + namesize + linksize);
usr/src/uts/common/fs/zfs/zfs_log.c
464
itx = zil_itx_create(txtype, sizeof (*lr) + snamesize + dnamesize);
usr/src/uts/common/fs/zfs/zfs_log.c
511
itx = zil_itx_create(txtype, sizeof (*lr) +
usr/src/uts/common/fs/zfs/zfs_log.c
517
itx = zil_itx_create(txtype, sizeof (*lr));
usr/src/uts/common/fs/zfs/zfs_log.c
552
itx = zil_itx_create(txtype, sizeof (*lr));
usr/src/uts/common/fs/zfs/zfs_log.c
589
itx = zil_itx_create(txtype, recsize);
usr/src/uts/common/fs/zfs/zfs_log.c
655
itx = zil_itx_create(txtype, txsize);
usr/src/uts/common/fs/zfs/zil.c
2616
itx_t *itx = zil_itx_create(TX_COMMIT, sizeof (lr_t));
usr/src/uts/common/fs/zfs/zvol.c
1091
itx = zil_itx_create(TX_WRITE, sizeof (*lr) +
usr/src/uts/common/fs/zfs/zvol.c
1097
itx = zil_itx_create(TX_WRITE, sizeof (*lr));
usr/src/uts/common/fs/zfs/zvol.c
1593
itx = zil_itx_create(TX_TRUNCATE, sizeof (*lr));