Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/include/os/linux/zfs/sys/
HDtrace_zil.h106 __field(uint8_t, itx_sync) \
118 __entry->itx_sync = itx->itx_sync; \
133 __entry->itx_wr_state, __entry->itx_sync, __entry->itx_callback,\
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDzfs_log.c698 itx->itx_sync = B_FALSE; in zfs_log_write()
733 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_truncate()
795 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_setattr()
827 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_setsaxattr()
893 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_acl()
931 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_clone_range()
HDzvol.c587 itx->itx_sync = sync; in zvol_log_write()
620 itx->itx_sync = sync; in zvol_log_truncate()
HDzil.c2380 itx->itx_sync = B_TRUE; /* default is synchronous */ in zil_itx_create()
2574 if (itx->itx_sync) { in zil_itx_assign()
3450 itx->itx_sync = B_TRUE; in zil_commit_itx_assign()
/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDzil.h464 uint8_t itx_sync; /* synchronous transaction */ member
/freebsd-14-stable/sys/contrib/openzfs/cmd/
HDztest.c1922 itx->itx_sync = (ztest_random(8) == 0); in ztest_log_write()
1942 itx->itx_sync = B_FALSE; in ztest_log_truncate()
1958 itx->itx_sync = B_FALSE; in ztest_log_setattr()