Searched refs:bonustype (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_object.c36 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
95 dnode_allocate(dn, ot, blocksize, 0, bonustype, bonuslen, tx);
106 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
117 dnode_allocate(dn, ot, blocksize, 0, bonustype, bonuslen, tx);
126 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
139 dnode_reallocate(dn, ot, blocksize, bonustype, bonuslen, tx);
35 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument
105 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument
125 dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot, int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument
H A Dsa.c134 static void *sa_find_idx_tab(objset_t *os, dmu_object_type_t bonustype,
659 dmu_object_type_t bonustype; local
666 bonustype = SA_BONUSTYPE_FROM_DB(hdl->sa_bonus);
679 ASSERT((bonustype == DMU_OT_ZNODE && spilling == 0) ||
680 bonustype == DMU_OT_SA);
733 VERIFY(bonustype == DMU_OT_SA);
772 VERIFY((bonustype == DMU_OT_ZNODE && lot->lot_num == 0) ||
773 (bonustype == DMU_OT_SA && lot->lot_num > 1));
775 if (bonustype == DMU_OT_SA) {
1269 dmu_object_type_t bonustype local
1487 sa_find_idx_tab(objset_t *os, dmu_object_type_t bonustype, void *data) argument
1793 dmu_object_type_t bonustype; local
[all...]
H A Ddnode.c534 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
558 ASSERT((bonustype == DMU_OT_NONE && bonuslen == 0) ||
559 (bonustype == DMU_OT_SA && bonuslen == 0) ||
560 (bonustype != DMU_OT_NONE && bonuslen != 0));
561 ASSERT(DMU_OT_IS_VALID(bonustype));
588 if (bonustype == DMU_OT_SA) /* Maximize bonus space for SA */
593 dn->dn_bonustype = bonustype;
617 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
627 ASSERT((bonustype == DMU_OT_NONE && bonuslen == 0) ||
628 (bonustype !
533 dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument
616 dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument
[all...]
H A Dzap_micro.c670 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
673 0, ot, bonustype, bonuslen, tx));
679 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
683 err = dmu_object_claim(os, obj, ot, 0, bonustype, bonuslen, tx);
692 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
694 return (zap_create_norm(os, 0, ot, bonustype, bonuslen, tx));
699 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
701 uint64_t obj = dmu_object_alloc(os, ot, 0, bonustype, bonuslen, tx);
710 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
712 uint64_t obj = dmu_object_alloc(os, ot, 0, bonustype, bonusle
669 zap_create_claim(objset_t *os, uint64_t obj, dmu_object_type_t ot, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument
677 zap_create_claim_norm(objset_t *os, uint64_t obj, int normflags, dmu_object_type_t ot, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument
691 zap_create(objset_t *os, dmu_object_type_t ot, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument
698 zap_create_norm(objset_t *os, int normflags, dmu_object_type_t ot, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument
708 zap_create_flags(objset_t *os, int normflags, zap_flags_t flags, dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument
[all...]
H A Dzfs_vfsops.c571 zfs_space_delta_cb(dmu_object_type_t bonustype, void *data, argument
577 if (bonustype != DMU_OT_ZNODE && bonustype != DMU_OT_SA)
589 if (bonustype == DMU_OT_ZNODE) {
599 ASSERT(bonustype == DMU_OT_SA);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap.h135 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
137 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
140 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
155 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
158 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
H A Ddnode.h291 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
293 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
H A Ddmu.h348 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *txp);
887 typedef int objset_used_cb_t(dmu_object_type_t bonustype,
/illumos-gate/usr/src/cmd/zhack/
H A Dzhack.c107 space_delta_cb(dmu_object_type_t bonustype, void *data, argument
113 if (bonustype != DMU_OT_ZNODE && bonustype != DMU_OT_SA)

Completed in 81 milliseconds