Searched refs:db_fake (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dbuf.c | 2710 dmu_buf_will_dirty_flags(dmu_buf_t *db_fake, dmu_tx_t *tx, dmu_flags_t flags) in dmu_buf_will_dirty_flags() argument 2712 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_buf_will_dirty_flags() 2772 dmu_buf_will_dirty(dmu_buf_t *db_fake, dmu_tx_t *tx) in dmu_buf_will_dirty() argument 2774 dmu_buf_will_dirty_flags(db_fake, tx, DMU_READ_NO_PREFETCH); in dmu_buf_will_dirty() 2778 dmu_buf_will_rewrite(dmu_buf_t *db_fake, dmu_tx_t *tx) in dmu_buf_will_rewrite() argument 2780 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_buf_will_rewrite() 2800 dmu_buf_will_dirty_flags(db_fake, tx, DMU_READ_NO_PREFETCH); in dmu_buf_will_rewrite() 2810 dmu_buf_is_dirty(dmu_buf_t *db_fake, dmu_tx_t *tx) in dmu_buf_is_dirty() argument 2812 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_buf_is_dirty() 2901 dmu_buf_will_clone_or_dio(dmu_buf_t *db_fake, dmu_tx_t *tx) in dmu_buf_will_clone_or_dio() argument [all …]
|
| H A D | dmu.c | 268 dmu_set_bonus(dmu_buf_t *db_fake, int newsize, dmu_tx_t *tx) in dmu_set_bonus() argument 270 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_set_bonus() 274 if (newsize < 0 || newsize > db_fake->db_size) in dmu_set_bonus() 292 dmu_set_bonustype(dmu_buf_t *db_fake, dmu_object_type_t type, dmu_tx_t *tx) in dmu_set_bonustype() argument 294 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_set_bonustype() 316 dmu_get_bonustype(dmu_buf_t *db_fake) in dmu_get_bonustype() argument 318 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_get_bonustype() 656 dmu_buf_hold_array_by_bonus(dmu_buf_t *db_fake, uint64_t offset, in dmu_buf_hold_array_by_bonus() argument 660 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_buf_hold_array_by_bonus() 2908 dmu_object_info_from_db(dmu_buf_t *db_fake, dmu_object_info_t *doi) in dmu_object_info_from_db() argument [all …]
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | dmu.h | 831 void dmu_buf_set_crypt_params(dmu_buf_t *db_fake, boolean_t byteorder,
|