Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_log.c530 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_write()
558 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_truncate()
620 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_setattr()
686 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_acl()
H A Dzil.c1668 itx->itx_sync = B_TRUE; /* default is synchronous */ in zil_itx_create()
1836 if (itx->itx_sync) { in zil_itx_assign()
2617 itx->itx_sync = B_TRUE; in zil_commit_itx_assign()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h396 uint8_t itx_sync; /* synchronous transaction */ member
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1605 itx->itx_sync = (ztest_random(8) == 0); in ztest_log_write()
1625 itx->itx_sync = B_FALSE; in ztest_log_truncate()
1641 itx->itx_sync = B_FALSE; in ztest_log_setattr()