Searched refs:zd_zilog (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 382 zilog_t *zd_zilog; member 1781 zd->zd_zilog = dmu_objset_zil(os); in ztest_zd_init() 1949 if (zil_replaying(zd->zd_zilog, tx)) in ztest_log_create() 1956 zil_itx_assign(zd->zd_zilog, itx, tx); in ztest_log_create() 1966 if (zil_replaying(zd->zd_zilog, tx)) in ztest_log_remove() 1974 zil_itx_assign(zd->zd_zilog, itx, tx); in ztest_log_remove() 1983 if (zil_replaying(zd->zd_zilog, tx)) in ztest_log_write() 1986 if (lr->lr_length > zil_max_log_data(zd->zd_zilog, sizeof (lr_write_t))) in ztest_log_write() 2006 zil_itx_assign(zd->zd_zilog, itx, tx); in ztest_log_write() 2014 if (zil_replaying(zd->zd_zilog, tx)) in ztest_log_truncate() [all …]
|