Lines Matching defs:ot
669 zap_create_claim(objset_t *os, uint64_t obj, dmu_object_type_t ot,
673 0, ot, bonustype, bonuslen, tx));
678 dmu_object_type_t ot,
683 err = dmu_object_claim(os, obj, ot, 0, bonustype, bonuslen, tx);
691 zap_create(objset_t *os, dmu_object_type_t ot,
694 return (zap_create_norm(os, 0, ot, bonustype, bonuslen, tx));
698 zap_create_norm(objset_t *os, int normflags, dmu_object_type_t ot,
701 uint64_t obj = dmu_object_alloc(os, ot, 0, bonustype, bonuslen, tx);
709 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift,
712 uint64_t obj = dmu_object_alloc(os, ot, 0, bonustype, bonuslen, tx);