Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_zil.h107 __field(uint8_t, itx_sync) \
119 __entry->itx_sync = itx->itx_sync; \
134 __entry->itx_wr_state, __entry->itx_sync, __entry->itx_callback,\
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_log.c694 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_write()
731 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_truncate()
793 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_setattr()
825 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_setsaxattr()
891 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_acl()
929 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_clone_range()
H A Dzil.c2395 itx->itx_sync = B_TRUE; /* default is synchronous */ in zil_itx_create()
2589 if (itx->itx_sync) { in zil_itx_assign()
3467 itx->itx_sync = B_TRUE; in zil_commit_itx_assign()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzil.h465 uint8_t itx_sync; /* synchronous transaction */ member
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c2005 itx->itx_sync = (ztest_random(8) == 0); in ztest_log_write()
2025 itx->itx_sync = B_FALSE; in ztest_log_truncate()
2041 itx->itx_sync = B_FALSE; in ztest_log_setattr()