| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | dmu_object.c | 36 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) in dmu_object_alloc() argument 80 dnode_allocate(dn, ot, blocksize, 0, bonustype, bonuslen, tx); in dmu_object_alloc() 91 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) in dmu_object_claim() argument 102 dnode_allocate(dn, ot, blocksize, 0, bonustype, bonuslen, tx); in dmu_object_claim() 111 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) in dmu_object_reclaim() argument 124 dnode_reallocate(dn, ot, blocksize, bonustype, bonuslen, tx); in dmu_object_reclaim()
|
| HD | sa.c | 133 static void *sa_find_idx_tab(objset_t *os, dmu_object_type_t bonustype, 660 dmu_object_type_t bonustype; in sa_build_layouts() local 667 bonustype = SA_BONUSTYPE_FROM_DB(hdl->sa_bonus); in sa_build_layouts() 680 ASSERT((bonustype == DMU_OT_ZNODE && spilling == 0) || in sa_build_layouts() 681 bonustype == DMU_OT_SA); in sa_build_layouts() 736 VERIFY(bonustype == DMU_OT_SA); in sa_build_layouts() 776 VERIFY((bonustype == DMU_OT_ZNODE && lot->lot_num == 0) || in sa_build_layouts() 777 (bonustype == DMU_OT_SA && lot->lot_num > 1)); in sa_build_layouts() 779 if (bonustype == DMU_OT_SA) { in sa_build_layouts() 1273 dmu_object_type_t bonustype = SA_BONUSTYPE_FROM_DB(db); in sa_build_index() local [all …]
|
| HD | dnode.c | 539 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) in dnode_allocate() argument 563 ASSERT((bonustype == DMU_OT_NONE && bonuslen == 0) || in dnode_allocate() 564 (bonustype == DMU_OT_SA && bonuslen == 0) || in dnode_allocate() 565 (bonustype != DMU_OT_NONE && bonuslen != 0)); in dnode_allocate() 566 ASSERT(DMU_OT_IS_VALID(bonustype)); in dnode_allocate() 593 if (bonustype == DMU_OT_SA) /* Maximize bonus space for SA */ in dnode_allocate() 598 dn->dn_bonustype = bonustype; in dnode_allocate() 622 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) in dnode_reallocate() argument 632 ASSERT((bonustype == DMU_OT_NONE && bonuslen == 0) || in dnode_reallocate() 633 (bonustype != DMU_OT_NONE && bonuslen != 0) || in dnode_reallocate() [all …]
|
| HD | zap_micro.c | 627 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) in zap_create_claim() argument 630 0, ot, bonustype, bonuslen, tx)); in zap_create_claim() 636 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) in zap_create_claim_norm() argument 640 err = dmu_object_claim(os, obj, ot, 0, bonustype, bonuslen, tx); in zap_create_claim_norm() 649 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) in zap_create() argument 651 return (zap_create_norm(os, 0, ot, bonustype, bonuslen, tx)); in zap_create() 656 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) in zap_create_norm() argument 658 uint64_t obj = dmu_object_alloc(os, ot, 0, bonustype, bonuslen, tx); in zap_create_norm() 667 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) in zap_create_flags() argument 669 uint64_t obj = dmu_object_alloc(os, ot, 0, bonustype, bonuslen, tx); in zap_create_flags()
|
| HD | zfs_vfsops.c | 563 zfs_space_delta_cb(dmu_object_type_t bonustype, void *data, in zfs_space_delta_cb() argument 569 if (bonustype != DMU_OT_ZNODE && bonustype != DMU_OT_SA) in zfs_space_delta_cb() 581 if (bonustype == DMU_OT_ZNODE) { in zfs_space_delta_cb() 591 ASSERT(bonustype == DMU_OT_SA); in zfs_space_delta_cb()
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| HD | zap.h | 134 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx); 136 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx); 139 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx); 154 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx); 157 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
|
| HD | dnode.h | 288 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx); 290 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
|
| HD | dmu.h | 346 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *txp); 876 typedef int objset_used_cb_t(dmu_object_type_t bonustype,
|
| /NextBSD/cddl/contrib/opensolaris/cmd/zhack/ |
| HD | zhack.c | 108 space_delta_cb(dmu_object_type_t bonustype, void *data, in space_delta_cb() argument 114 if (bonustype != DMU_OT_ZNODE && bonustype != DMU_OT_SA) in space_delta_cb()
|