Searched defs:dmu_buf_t (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu.h | 297 } dmu_buf_t; typedef in typeref:struct:dmu_buf 427 * dmu_buf_t with db_offset==-1ULL, and db_size = the size of the bonus 436 int dmu_bonus_hold(objset_t *os, uint64_t object, void *tag, dmu_buf_t **); 438 int dmu_set_bonus(dmu_buf_t *, int, dmu_tx_t *); 439 int dmu_set_bonustype(dmu_buf_t *, dmu_object_type_t, dmu_tx_t *); 440 dmu_object_type_t dmu_get_bonustype(dmu_buf_t *); 447 int dmu_spill_hold_by_bonus(dmu_buf_t *bonus, void *tag, dmu_buf_t **dbp); 449 void *tag, dmu_buf_t **dbp); 450 int dmu_spill_hold_existing(dmu_buf_t *bonu [all...] |
Completed in 90 milliseconds