Lines Matching defs:db_fake
279 dmu_set_bonus(dmu_buf_t *db_fake, int newsize, dmu_tx_t *tx)
281 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake;
285 if (newsize < 0 || newsize > db_fake->db_size)
303 dmu_set_bonustype(dmu_buf_t *db_fake, dmu_object_type_t type, dmu_tx_t *tx)
305 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake;
327 dmu_get_bonustype(dmu_buf_t *db_fake)
329 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake;
678 dmu_buf_hold_array_by_bonus(dmu_buf_t *db_fake, uint64_t offset,
682 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake;
2780 dmu_object_info_from_db(dmu_buf_t *db_fake, dmu_object_info_t *doi)
2782 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake;
2793 dmu_object_size_from_db(dmu_buf_t *db_fake, uint32_t *blksize,
2796 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake;
2810 dmu_object_dnsize_from_db(dmu_buf_t *db_fake, int *dnsize)
2812 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake;