Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c2071 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_buf_will_dirty_impl()
2111 dmu_buf_will_dirty_impl(db_fake, in dmu_buf_will_dirty()
2118 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_buf_will_not_fill()
2122 dmu_buf_will_fill(db_fake, tx); in dmu_buf_will_not_fill()
2128 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_buf_will_fill()
2153 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_buf_set_crypt_params()
2163 dmu_buf_will_dirty_impl(db_fake, in dmu_buf_set_crypt_params()
3051 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dbuf_spill_set_blksz()
3263 dmu_buf_user_refcount(dmu_buf_t *db_fake) in dmu_buf_user_refcount() argument
3306 return (dmu_buf_set_user(db_fake, user)); in dmu_buf_set_user_ie()
[all …]
H A Ddmu.c272 dmu_set_bonus(dmu_buf_t *db_fake, int newsize, dmu_tx_t *tx) in dmu_set_bonus() argument
274 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_set_bonus()
283 } else if (newsize < 0 || newsize > db_fake->db_size) { in dmu_set_bonus()
297 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_set_bonustype()
318 dmu_get_bonustype(dmu_buf_t *db_fake) in dmu_get_bonustype() argument
320 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_get_bonustype()
666 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_buf_hold_array_by_bonus()
2516 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_object_info_from_db()
2531 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_object_size_from_db()
2545 dmu_object_dnsize_from_db(dmu_buf_t *db_fake, int *dnsize) in dmu_object_dnsize_from_db() argument
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h755 void dmu_buf_set_crypt_params(dmu_buf_t *db_fake, boolean_t byteorder,