HomeSort by: relevance | last modified time | path
    Searched refs:bonustype (Results 1 - 9 of 9) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu_object.c 36 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
86 dnode_allocate(dn, ot, blocksize, 0, bonustype, bonuslen, tx);
97 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
108 dnode_allocate(dn, ot, blocksize, 0, bonustype, bonuslen, tx);
117 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
130 dnode_reallocate(dn, ot, blocksize, bonustype, bonuslen, tx);
sa.c 134 static void *sa_find_idx_tab(objset_t *os, dmu_object_type_t bonustype,
663 dmu_object_type_t bonustype; local
670 bonustype = SA_BONUSTYPE_FROM_DB(hdl->sa_bonus);
683 ASSERT((bonustype == DMU_OT_ZNODE && spilling == 0) ||
684 bonustype == DMU_OT_SA);
739 VERIFY(bonustype == DMU_OT_SA);
779 VERIFY((bonustype == DMU_OT_ZNODE && lot->lot_num == 0) ||
780 (bonustype == DMU_OT_SA && lot->lot_num > 1));
782 if (bonustype == DMU_OT_SA) {
1279 dmu_object_type_t bonustype = SA_BONUSTYPE_FROM_DB(db) local
1803 dmu_object_type_t bonustype; local
    [all...]
dnode.c 540 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
564 ASSERT((bonustype == DMU_OT_NONE && bonuslen == 0) ||
565 (bonustype == DMU_OT_SA && bonuslen == 0) ||
566 (bonustype != DMU_OT_NONE && bonuslen != 0));
567 ASSERT(DMU_OT_IS_VALID(bonustype));
594 if (bonustype == DMU_OT_SA) /* Maximize bonus space for SA */
599 dn->dn_bonustype = bonustype;
623 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
633 ASSERT((bonustype == DMU_OT_NONE && bonuslen == 0) ||
634 (bonustype != DMU_OT_NONE && bonuslen != 0) |
    [all...]
zap_micro.c 681 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
684 0, ot, bonustype, bonuslen, tx));
690 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
694 err = dmu_object_claim(os, obj, ot, 0, bonustype, bonuslen, tx);
703 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
705 return (zap_create_norm(os, 0, ot, 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, bonuslen, tx);
721 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
723 uint64_t obj = dmu_object_alloc(os, ot, 0, bonustype, bonuslen, tx)
    [all...]
zfs_vfsops.c 814 zfs_space_delta_cb(dmu_object_type_t bonustype, void *data,
820 if (bonustype != DMU_OT_ZNODE && bonustype != DMU_OT_SA)
832 if (bonustype == DMU_OT_ZNODE) {
842 ASSERT(bonustype == DMU_OT_SA);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zap.h 135 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);
dnode.h 291 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
293 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
dmu.h 350 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *txp);
896 typedef int objset_used_cb_t(dmu_object_type_t bonustype,
  /src/external/cddl/osnet/dist/cmd/zhack/
zhack.c 107 space_delta_cb(dmu_object_type_t bonustype, void *data,
113 if (bonustype != DMU_OT_ZNODE && bonustype != DMU_OT_SA)

Completed in 27 milliseconds