| /netvirt/usr/src/grub/grub-0.95/stage2/zfs-include/ |
| dmu.h | 80 } dmu_object_type_t; typedef in typeref:enum:dmu_object_type
|
| /netvirt/usr/src/uts/common/fs/zfs/sys/ |
| dmu.h | 118 } dmu_object_type_t; typedef in typeref:enum:dmu_object_type 220 uint64_t dmu_object_alloc(objset_t *os, dmu_object_type_t ot, 221 int blocksize, dmu_object_type_t bonus_type, int bonus_len, dmu_tx_t *tx); 222 int dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, 223 int blocksize, dmu_object_type_t bonus_type, int bonus_len, dmu_tx_t *tx); 224 int dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot, 225 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx); 292 dmu_object_type_t ot); 455 dmu_object_type_t doi_type; 456 dmu_object_type_t doi_bonus_type [all...] |