Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Ddmu.c186 dmu_set_bonus(dmu_buf_t *db_fake, int newsize, dmu_tx_t *tx) in dmu_set_bonus() argument
188 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_set_bonus()
197 } else if (newsize < 0 || newsize > db_fake->db_size) { in dmu_set_bonus()
209 dmu_set_bonustype(dmu_buf_t *db_fake, dmu_object_type_t type, dmu_tx_t *tx) in dmu_set_bonustype() argument
211 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_set_bonustype()
232 dmu_get_bonustype(dmu_buf_t *db_fake) in dmu_get_bonustype() argument
234 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_get_bonustype()
491 dmu_buf_hold_array_by_bonus(dmu_buf_t *db_fake, uint64_t offset, in dmu_buf_hold_array_by_bonus() argument
494 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_buf_hold_array_by_bonus()
1939 dmu_object_info_from_db(dmu_buf_t *db_fake, dmu_object_info_t *doi) in dmu_object_info_from_db() argument
[all …]
H A Ddbuf.c1516 dmu_buf_will_dirty(dmu_buf_t *db_fake, dmu_tx_t *tx) in dmu_buf_will_dirty() argument
1518 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_buf_will_dirty()
1533 dmu_buf_will_not_fill(dmu_buf_t *db_fake, dmu_tx_t *tx) in dmu_buf_will_not_fill() argument
1535 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_buf_will_not_fill()
1539 dmu_buf_will_fill(db_fake, tx); in dmu_buf_will_not_fill()
1543 dmu_buf_will_fill(dmu_buf_t *db_fake, dmu_tx_t *tx) in dmu_buf_will_fill() argument
1545 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_buf_will_fill()
2305 dbuf_spill_set_blksz(dmu_buf_t *db_fake, uint64_t blksz, dmu_tx_t *tx) in dbuf_spill_set_blksz() argument
2307 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dbuf_spill_set_blksz()
2343 dbuf_try_add_ref(dmu_buf_t *db_fake, objset_t *os, uint64_t obj, uint64_t blkid, in dbuf_try_add_ref() argument
[all …]