Searched refs:db_fake (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dbuf.c | 2645 dmu_buf_will_dirty_impl(dmu_buf_t *db_fake, int flags, dmu_tx_t *tx) in dmu_buf_will_dirty_impl() argument 2647 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_buf_will_dirty_impl() 2707 dmu_buf_will_dirty(dmu_buf_t *db_fake, dmu_tx_t *tx) in dmu_buf_will_dirty() argument 2709 dmu_buf_will_dirty_impl(db_fake, in dmu_buf_will_dirty() 2714 dmu_buf_is_dirty(dmu_buf_t *db_fake, dmu_tx_t *tx) in dmu_buf_is_dirty() argument 2716 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_buf_is_dirty() 2805 dmu_buf_will_clone_or_dio(dmu_buf_t *db_fake, dmu_tx_t *tx) in dmu_buf_will_clone_or_dio() argument 2810 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_buf_will_clone_or_dio() 2879 dmu_buf_will_not_fill(dmu_buf_t *db_fake, dmu_tx_t *tx) in dmu_buf_will_not_fill() argument 2881 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_buf_will_not_fill() [all …]
|
H A D | dmu.c | 279 dmu_set_bonus(dmu_buf_t *db_fake, int newsize, dmu_tx_t *tx) in dmu_set_bonus() argument 281 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_set_bonus() 285 if (newsize < 0 || newsize > db_fake->db_size) in dmu_set_bonus() 303 dmu_set_bonustype(dmu_buf_t *db_fake, dmu_object_type_t type, dmu_tx_t *tx) in dmu_set_bonustype() argument 305 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_set_bonustype() 327 dmu_get_bonustype(dmu_buf_t *db_fake) in dmu_get_bonustype() argument 329 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_get_bonustype() 678 dmu_buf_hold_array_by_bonus(dmu_buf_t *db_fake, uint64_t offset, in dmu_buf_hold_array_by_bonus() argument 682 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_buf_hold_array_by_bonus() 2780 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 | 783 void dmu_buf_set_crypt_params(dmu_buf_t *db_fake, boolean_t byteorder,
|