Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_zil.h100 __field(uint8_t, itx_sync) \
112 __entry->itx_sync = itx->itx_sync; \
127 __entry->itx_wr_state, __entry->itx_sync, __entry->itx_callback,\
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_log.c615 itx->itx_sync = B_FALSE; in zfs_log_write()
646 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_truncate()
708 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_setattr()
774 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_acl()
H A Dzvol.c613 itx->itx_sync = sync; in zvol_log_write()
642 itx->itx_sync = sync; in zvol_log_truncate()
H A Dzil.c1797 itx->itx_sync = B_TRUE; /* default is synchronous */ in zil_itx_create()
1975 if (itx->itx_sync) { in zil_itx_assign()
2781 itx->itx_sync = B_TRUE; in zil_commit_itx_assign()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzil.h397 uint8_t itx_sync; /* synchronous transaction */ member
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c1801 itx->itx_sync = (ztest_random(8) == 0); in ztest_log_write()
1821 itx->itx_sync = B_FALSE; in ztest_log_truncate()
1837 itx->itx_sync = B_FALSE; in ztest_log_setattr()