Searched refs:ztest_od_t (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/ztest/ |
H A D | ztest.c | 299 } ztest_od_t; typedef 309 ztest_od_t *zd_od; /* debugging aid */ 2192 ztest_lookup(ztest_ds_t *zd, ztest_od_t *od, int count) in ztest_lookup() 2233 ztest_create(ztest_ds_t *zd, ztest_od_t *od, int count) in ztest_create() 2277 ztest_remove(ztest_ds_t *zd, ztest_od_t *od, int count) in ztest_remove() 2494 ztest_od_init(ztest_od_t *od, uint64_t id, char *tag, uint64_t index, in ztest_od_init() 2521 ztest_object_init(ztest_ds_t *zd, ztest_od_t *od, size_t size, boolean_t remove) in ztest_object_init() 4146 ztest_od_t od[4]; in ztest_dmu_object_alloc_free() 4193 ztest_od_t od[2]; in ztest_dmu_read_write() 4469 ztest_od_t od[2]; in ztest_dmu_read_write_zcopy() [all …]
|