Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_log.c542 itx->itx_sync = B_FALSE; in zfs_log_write()
577 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_truncate()
646 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_setattr()
712 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_acl()
H A Dzvol.c1111 itx->itx_sync = sync; in zvol_log_write()
1634 itx->itx_sync = sync; in zvol_log_truncate()
H A Dzil.c1140 itx->itx_sync = B_TRUE; /* default is synchronous */ in zil_itx_create()
1301 if (itx->itx_sync) { in zil_itx_assign()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h371 uint8_t itx_sync; /* synchronous transaction */ member
/titanic_50/usr/src/cmd/ztest/
H A Dztest.c1373 itx->itx_sync = (ztest_random(8) == 0); in ztest_log_write()
1394 itx->itx_sync = B_FALSE; in ztest_log_truncate()
1410 itx->itx_sync = B_FALSE; in ztest_log_setattr()