Searched refs:itx_t (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | zil.h | 375 } itx_t; typedef 403 extern itx_t *zil_itx_create(uint64_t txtype, size_t lrsize); 404 extern void zil_itx_destroy(itx_t *itx); 405 extern void zil_itx_assign(zilog_t *zilog, itx_t *itx, dmu_tx_t *tx);
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zil.c | 1036 zil_lwb_commit(zilog_t *zilog, itx_t *itx, lwb_t *lwb) in zil_lwb_commit() 1127 itx_t * 1130 itx_t *itx; in zil_itx_create() 1134 itx = kmem_alloc(offsetof(itx_t, itx_lr) + lrsize, KM_SLEEP); in zil_itx_create() 1145 zil_itx_destroy(itx_t *itx) in zil_itx_destroy() 1147 kmem_free(itx, offsetof(itx_t, itx_lr) + itx->itx_lr.lrc_reclen); in zil_itx_destroy() 1157 itx_t *itx; in zil_itxg_clean() 1166 kmem_free(itx, offsetof(itx_t, itx_lr) + in zil_itxg_clean() 1176 kmem_free(itx, offsetof(itx_t, itx_lr) + in zil_itxg_clean() 1212 itx_t *itx; in zil_remove_async() [all …]
|
H A D | zfs_log.c | 238 itx_t *itx; in zfs_log_create() 355 itx_t *itx; in zfs_log_remove() 379 itx_t *itx; in zfs_log_link() 407 itx_t *itx; in zfs_log_symlink() 445 itx_t *itx; in zfs_log_rename() 504 itx_t *itx; in zfs_log_write() 563 itx_t *itx; in zfs_log_truncate() 593 itx_t *itx; in zfs_log_setattr() 655 itx_t *itx; in zfs_log_acl()
|
H A D | zvol.c | 1068 itx_t *itx; in zvol_log_write() 1620 itx_t *itx; in zvol_log_truncate()
|
/titanic_44/usr/src/cmd/ztest/ |
H A D | ztest.c | 1318 itx_t *itx; in ztest_log_create() 1335 itx_t *itx; in ztest_log_remove() 1351 itx_t *itx; in ztest_log_write() 1384 itx_t *itx; in ztest_log_truncate() 1400 itx_t *itx; in ztest_log_setattr()
|