| 801 | } |
| 802 | |
| 803 | uint64_t |
| 804 | zap_create(objset_t *os, dmu_object_type_t ot, |
| 805 | dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) |
| 806 | { |
| 807 | return (zap_create_norm(os, 0, ot, bonustype, bonuslen, tx)); |
| 808 | } |
| 809 | |
| 810 | uint64_t |
| 811 | zap_create_dnsize(objset_t *os, dmu_object_type_t ot, |
no test coverage detected