| /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
| dmu.h | 80 } dmu_object_type_t; typedef in typeref:enum:dmu_object_type
|
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/ |
| dmu.h | 125 } dmu_object_type_t; typedef in typeref:enum:dmu_object_type 244 uint64_t dmu_object_alloc(objset_t *os, dmu_object_type_t ot, 245 int blocksize, dmu_object_type_t bonus_type, int bonus_len, dmu_tx_t *tx); 246 int dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, 247 int blocksize, dmu_object_type_t bonus_type, int bonus_len, dmu_tx_t *tx); 248 int dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot, 249 int blocksize, dmu_object_type_t bonustype, int bonuslen); 516 dmu_object_type_t doi_type; 517 dmu_object_type_t doi_bonus_type; 616 typedef int objset_used_cb_t(dmu_object_type_t bonustype [all...] |