Searched refs:ztest_ds_t (Results 1 – 1 of 1) sorted by relevance
| /titanic_41/usr/src/cmd/ztest/ |
| H A D | ztest.c | 284 } ztest_ds_t; typedef 289 typedef void ztest_func_t(ztest_ds_t *zd, uint64_t id); 421 static ztest_ds_t *ztest_ds; 1132 ztest_object_lock(ztest_ds_t *zd, uint64_t object, rl_type_t type) in ztest_object_lock() 1140 ztest_object_unlock(ztest_ds_t *zd, uint64_t object) in ztest_object_unlock() 1148 ztest_range_lock(ztest_ds_t *zd, uint64_t object, uint64_t offset, in ztest_range_lock() 1177 ztest_zd_init(ztest_ds_t *zd, ztest_shared_ds_t *szd, objset_t *os) in ztest_zd_init() 1198 ztest_zd_fini(ztest_ds_t *zd) in ztest_zd_fini() 1311 ztest_log_create(ztest_ds_t *zd, dmu_tx_t *tx, lr_create_t *lr) in ztest_log_create() 1328 ztest_log_remove(ztest_ds_t *zd, dmu_tx_t *tx, lr_remove_t *lr, uint64_t object) in ztest_log_remove() [all …]
|