Home
last modified time | relevance | path

Searched refs:db_fake (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu.c261 dmu_set_bonus(dmu_buf_t *db_fake, int newsize, dmu_tx_t *tx) in dmu_set_bonus() argument
263 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_set_bonus()
272 } else if (newsize < 0 || newsize > db_fake->db_size) { in dmu_set_bonus()
286 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_set_bonustype()
307 dmu_get_bonustype(dmu_buf_t *db_fake) in dmu_get_bonustype() argument
309 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_get_bonustype()
619 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_buf_hold_array_by_bonus()
2187 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_object_info_from_db()
2201 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_object_size_from_db()
2215 dmu_object_dnsize_from_db(dmu_buf_t *db_fake, int *dnsize) in dmu_object_dnsize_from_db() argument
[all …]
H A Ddbuf.c2432 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_buf_will_dirty_impl()
2472 dmu_buf_will_dirty_impl(db_fake, in dmu_buf_will_dirty()
2479 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_buf_is_dirty()
2491 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_buf_will_not_fill()
2495 dmu_buf_will_fill(db_fake, tx); in dmu_buf_will_not_fill()
2501 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_buf_will_fill()
2526 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_buf_set_crypt_params()
2537 dmu_buf_will_dirty_impl(db_fake, in dmu_buf_set_crypt_params()
3754 dmu_buf_user_refcount(dmu_buf_t *db_fake) in dmu_buf_user_refcount() argument
3797 return (dmu_buf_set_user(db_fake, user)); in dmu_buf_set_user_ie()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddmu.h749 void dmu_buf_set_crypt_params(dmu_buf_t *db_fake, boolean_t byteorder,