Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_log.c523 itx->itx_sync = B_FALSE; in zfs_log_write()
551 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_truncate()
613 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_setattr()
679 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_acl()
H A Dzil.c1655 itx->itx_sync = B_TRUE; /* default is synchronous */ in zil_itx_create()
1833 if (itx->itx_sync) { in zil_itx_assign()
2625 itx->itx_sync = B_TRUE; in zil_commit_itx_assign()
H A Dzvol.c1468 itx->itx_sync = B_FALSE;
2110 itx->itx_sync = (sync || zv->zv_sync_cnt != 0);
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzil.h395 uint8_t itx_sync; /* synchronous transaction */ member
/freebsd-12.1/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c1479 itx->itx_sync = (ztest_random(8) == 0); in ztest_log_write()
1499 itx->itx_sync = B_FALSE; in ztest_log_truncate()
1515 itx->itx_sync = B_FALSE; in ztest_log_setattr()