Searched refs:ztest_od_t (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 374 } ztest_od_t; typedef 384 ztest_od_t *zd_od; /* debugging aid */ 2600 ztest_lookup(ztest_ds_t *zd, ztest_od_t *od, int count) in ztest_lookup() 2642 ztest_create(ztest_ds_t *zd, ztest_od_t *od, int count) in ztest_create() 2688 ztest_remove(ztest_ds_t *zd, ztest_od_t *od, int count) in ztest_remove() 2915 ztest_od_init(ztest_od_t *od, uint64_t id, const char *tag, uint64_t index, in ztest_od_init() 2943 ztest_object_init(ztest_ds_t *zd, ztest_od_t *od, size_t size, boolean_t remove) in ztest_object_init() 4990 ztest_od_t *od; in ztest_dmu_object_alloc_free() 4995 size = sizeof (ztest_od_t) * OD_ARRAY_SIZE; in ztest_dmu_object_alloc_free() 5052 ztest_od_t *od; in ztest_dmu_read_write() [all …]
|