Searched defs:db_fake (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dbuf.c | 2470 dmu_buf_will_dirty(dmu_buf_t *db_fake, dmu_tx_t *tx) in dmu_buf_will_dirty() 2477 dmu_buf_is_dirty(dmu_buf_t *db_fake, dmu_tx_t *tx) in dmu_buf_is_dirty() 2489 dmu_buf_will_not_fill(dmu_buf_t *db_fake, dmu_tx_t *tx) in dmu_buf_will_not_fill() 2499 dmu_buf_will_fill(dmu_buf_t *db_fake, dmu_tx_t *tx) in dmu_buf_will_fill() 2523 dmu_buf_set_crypt_params(dmu_buf_t *db_fake, boolean_t byteorder, in dmu_buf_set_crypt_params() 3754 dmu_buf_user_refcount(dmu_buf_t *db_fake) in dmu_buf_user_refcount() 3768 dmu_buf_replace_user(dmu_buf_t *db_fake, dmu_buf_user_t *old_user, in dmu_buf_replace_user() 3786 dmu_buf_set_user(dmu_buf_t *db_fake, dmu_buf_user_t *user) in dmu_buf_set_user() 3792 dmu_buf_set_user_ie(dmu_buf_t *db_fake, dmu_buf_user_t *user) in dmu_buf_set_user_ie() 3801 dmu_buf_remove_user(dmu_buf_t *db_fake, dmu_buf_user_t *user) in dmu_buf_remove_user() [all …]
|
| H A D | dmu.c | 261 dmu_set_bonus(dmu_buf_t *db_fake, int newsize, dmu_tx_t *tx) in dmu_set_bonus() 284 dmu_set_bonustype(dmu_buf_t *db_fake, dmu_object_type_t type, dmu_tx_t *tx) in dmu_set_bonustype() 307 dmu_get_bonustype(dmu_buf_t *db_fake) in dmu_get_bonustype() 615 dmu_buf_hold_array_by_bonus(dmu_buf_t *db_fake, uint64_t offset, in dmu_buf_hold_array_by_bonus() 2185 dmu_object_info_from_db(dmu_buf_t *db_fake, dmu_object_info_t *doi) in dmu_object_info_from_db() 2198 dmu_object_size_from_db(dmu_buf_t *db_fake, uint32_t *blksize, 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()
|