Lines Matching defs:db_fake
229 dmu_set_bonus(dmu_buf_t *db_fake, int newsize, dmu_tx_t *tx)
231 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake;
240 } else if (newsize < 0 || newsize > db_fake->db_size) {
252 dmu_set_bonustype(dmu_buf_t *db_fake, dmu_object_type_t type, dmu_tx_t *tx)
254 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake;
275 dmu_get_bonustype(dmu_buf_t *db_fake)
277 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake;
544 dmu_buf_hold_array_by_bonus(dmu_buf_t *db_fake, uint64_t offset,
548 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake;
2032 dmu_object_info_from_db(dmu_buf_t *db_fake, dmu_object_info_t *doi)
2034 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake;
2046 dmu_object_size_from_db(dmu_buf_t *db_fake, uint32_t *blksize,
2049 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake;