Lines Matching full:blocksize
47 dmu_object_alloc_impl(objset_t *os, dmu_object_type_t ot, int blocksize,
191 dnode_allocate(dn, ot, blocksize,
226 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize,
229 return dmu_object_alloc_impl(os, ot, blocksize, 0, bonustype,
234 dmu_object_alloc_ibs(objset_t *os, dmu_object_type_t ot, int blocksize,
238 return dmu_object_alloc_impl(os, ot, blocksize, indirect_blockshift,
243 dmu_object_alloc_dnsize(objset_t *os, dmu_object_type_t ot, int blocksize,
246 return (dmu_object_alloc_impl(os, ot, blocksize, 0, bonustype,
256 dmu_object_alloc_hold(objset_t *os, dmu_object_type_t ot, int blocksize,
260 return (dmu_object_alloc_impl(os, ot, blocksize, indirect_blockshift,
266 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
268 return (dmu_object_claim_dnsize(os, object, ot, blocksize, bonustype,
274 int blocksize, dmu_object_type_t bonustype, int bonuslen,
294 dnode_allocate(dn, ot, blocksize, 0, bonustype, bonuslen, dn_slots, tx);
304 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
306 return (dmu_object_reclaim_dnsize(os, object, ot, blocksize, bonustype,
312 int blocksize, dmu_object_type_t bonustype, int bonuslen, int dnodesize,
330 dnode_reallocate(dn, ot, blocksize, bonustype, bonuslen, dn_slots,