Searched defs:db_fake (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dbuf.c | 2069 dmu_buf_will_dirty_impl(dmu_buf_t *db_fake, int flags, dmu_tx_t *tx) in dmu_buf_will_dirty_impl() 2109 dmu_buf_will_dirty(dmu_buf_t *db_fake, dmu_tx_t *tx) in dmu_buf_will_dirty() 2116 dmu_buf_will_not_fill(dmu_buf_t *db_fake, dmu_tx_t *tx) in dmu_buf_will_not_fill() 2126 dmu_buf_will_fill(dmu_buf_t *db_fake, dmu_tx_t *tx) in dmu_buf_will_fill() 2150 dmu_buf_set_crypt_params(dmu_buf_t *db_fake, boolean_t byteorder, in dmu_buf_set_crypt_params() 3049 dbuf_spill_set_blksz(dmu_buf_t *db_fake, uint64_t blksz, dmu_tx_t *tx) in dbuf_spill_set_blksz() 3081 dbuf_try_add_ref(dmu_buf_t *db_fake, objset_t *os, uint64_t obj, uint64_t blkid, in dbuf_try_add_ref() 3263 dmu_buf_user_refcount(dmu_buf_t *db_fake) in dmu_buf_user_refcount() 3277 dmu_buf_replace_user(dmu_buf_t *db_fake, dmu_buf_user_t *old_user, in dmu_buf_replace_user() 3295 dmu_buf_set_user(dmu_buf_t *db_fake, dmu_buf_user_t *user) in dmu_buf_set_user() [all …]
|
H A D | dmu.c | 272 dmu_set_bonus(dmu_buf_t *db_fake, int newsize, dmu_tx_t *tx) in dmu_set_bonus() 295 dmu_set_bonustype(dmu_buf_t *db_fake, dmu_object_type_t type, dmu_tx_t *tx) in dmu_set_bonustype() 318 dmu_get_bonustype(dmu_buf_t *db_fake) in dmu_get_bonustype() 662 dmu_buf_hold_array_by_bonus(dmu_buf_t *db_fake, uint64_t offset, in dmu_buf_hold_array_by_bonus() 2514 dmu_object_info_from_db(dmu_buf_t *db_fake, dmu_object_info_t *doi) in dmu_object_info_from_db() 2528 dmu_object_size_from_db(dmu_buf_t *db_fake, uint32_t *blksize, 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()
|