Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c314 } ztest_ds_t; typedef
319 typedef void ztest_func_t(ztest_ds_t *zd, uint64_t id);
472 static ztest_ds_t *ztest_ds;
1318 ztest_object_lock(ztest_ds_t *zd, uint64_t object, rl_type_t type) in ztest_object_lock()
1326 ztest_object_unlock(ztest_ds_t *zd, uint64_t object) in ztest_object_unlock()
1334 ztest_range_lock(ztest_ds_t *zd, uint64_t object, uint64_t offset, in ztest_range_lock()
1363 ztest_zd_init(ztest_ds_t *zd, ztest_shared_ds_t *szd, objset_t *os) in ztest_zd_init()
1384 ztest_zd_fini(ztest_ds_t *zd) in ztest_zd_fini()
1547 ztest_log_create(ztest_ds_t *zd, dmu_tx_t *tx, lr_create_t *lr) in ztest_log_create()
1564 ztest_log_remove(ztest_ds_t *zd, dmu_tx_t *tx, lr_remove_t *lr, uint64_t object) in ztest_log_remove()
[all …]