Searched defs:dmu_object_type_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu.h150 } dmu_object_type_t; typedef in typeref:enum:dmu_object_type
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h232 } dmu_object_type_t; typedef in typeref:enum:dmu_object_type
343 uint64_t dmu_object_alloc(objset_t *os, dmu_object_type_t ot,
344 int blocksize, dmu_object_type_t bonus_type, int bonus_len, dmu_tx_t *tx);
345 int dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot,
346 int blocksize, dmu_object_type_t bonus_type, int bonus_len, dmu_tx_t *tx);
347 int dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot,
348 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *txp);
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 *);
773 dmu_object_type_t doi_typ
[all...]
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h892 uint8_t dn_type; /* dmu_object_type_t */
1025 } dmu_object_type_t; typedef in typeref:enum:dmu_object_type

Completed in 72 milliseconds