Searched refs:DMU_OT_NONE (Results 1 - 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu.h75 DMU_OT_NONE, enumerator in enum:dmu_object_type
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c246 if (dn->dn_phys->dn_type != DMU_OT_NONE || dn->dn_allocated_txg != 0) {
269 if (dn->dn_phys->dn_type != DMU_OT_NONE)
288 if (dnp->dn_type == DMU_OT_NONE) {
553 ASSERT(dn->dn_type == DMU_OT_NONE);
555 ASSERT(dn->dn_phys->dn_type == DMU_OT_NONE);
556 ASSERT(ot != DMU_OT_NONE);
558 ASSERT((bonustype == DMU_OT_NONE && bonuslen == 0) ||
560 (bonustype != DMU_OT_NONE && bonuslen != 0));
563 ASSERT(dn->dn_type == DMU_OT_NONE);
627 ASSERT((bonustype == DMU_OT_NONE
[all...]
H A Ddnode_sync.c52 ASSERT(dn->dn_phys->dn_type != DMU_OT_NONE);
518 ASSERT(dn->dn_phys->dn_type != DMU_OT_NONE);
519 ASSERT(dn->dn_type != DMU_OT_NONE);
527 dn->dn_type = DMU_OT_NONE;
556 ASSERT(dnp->dn_type != DMU_OT_NONE || dn->dn_allocated_txg);
557 ASSERT(dnp->dn_type != DMU_OT_NONE ||
580 if (dnp->dn_type == DMU_OT_NONE) {
H A Dddt_zap.c47 DMU_OT_NONE, 0, tx);
H A Ddsl_deleg.c171 DMU_OT_DSL_PERMS, DMU_OT_NONE, 0, tx);
690 DMU_OT_DSL_PERMS, DMU_OT_NONE, 0, tx);
697 jumpobj = zap_create(mos, DMU_OT_DSL_PERMS, DMU_OT_NONE, 0, tx);
H A Dzio_inject.c114 if (record->zi_type == DMU_OT_NONE ||
195 zio->io_bp ? BP_GET_TYPE(zio->io_bp) : DMU_OT_NONE,
H A Ddmu_diff.c88 if (dnp->dn_type == DMU_OT_NONE)
H A Ddmu_object.c158 ASSERT(dn->dn_type != DMU_OT_NONE);
H A Ddmu_objset.c780 DN_MAX_INDBLKSHIFT, DMU_OT_NONE, 0, tx);
1156 DMU_USERUSED_DNODE(os)->dn_type != DMU_OT_NONE) {
1320 ASSERT(dn->dn_phys->dn_type == DMU_OT_NONE ||
1325 if (DMU_USERUSED_DNODE(os)->dn_type == DMU_OT_NONE) {
1328 DMU_OT_USERGROUP_USED, DMU_OT_NONE, 0, tx));
1331 DMU_OT_USERGROUP_USED, DMU_OT_NONE, 0, tx));
H A Dspa_errlog.c312 DMU_OT_ERROR_LOG, DMU_OT_NONE,
H A Ddsl_pool.c357 DMU_OT_OBJECT_DIRECTORY, DMU_OT_NONE, 0, tx);
743 DMU_OT_NEXT_CLONES, DMU_OT_NONE, 0, tx);
780 zap_create(mos, DMU_OT_DSL_CLONES, DMU_OT_NONE,
H A Ddsl_bookmark.c201 DMU_OTN_ZAP_METADATA, DMU_OT_NONE, 0, tx);
H A Dbpobj.c402 DMU_OT_NONE, 0, tx);
H A Ddsl_userhold.c150 zap_create(mos, DMU_OT_USERREFS, DMU_OT_NONE, 0, tx);
H A Ddsl_dataset.c122 ASSERT(BP_GET_TYPE(bp) != DMU_OT_NONE);
833 DMU_OT_NONE, 0, tx);
881 DMU_OT_NEXT_CLONES, DMU_OT_NONE, 0, tx);
895 DMU_OT_DSL_CLONES, DMU_OT_NONE, 0, tx);
2615 DMU_OT_NONE, 0, tx);
H A Dzfs_znode.c1749 DMU_OT_NONE, 0, tx);
1786 DMU_OT_NONE, 0, tx);
1795 obj = zap_create(os, DMU_OT_UNLINKED_SET, DMU_OT_NONE, 0, tx);
H A Ddsl_dir.c909 DMU_OT_DSL_PROPS, DMU_OT_NONE, 0, tx);
911 DMU_OT_DSL_DIR_CHILD_MAP, DMU_OT_NONE, 0, tx);
H A Dzfs_vfsops.c796 DMU_OT_NONE, 0, tx);
2211 DMU_OT_NONE, 0, tx);
H A Ddsl_prop.c633 DMU_OT_DSL_PROPS, DMU_OT_NONE, 0, tx);
H A Dzvol.c359 DMU_OT_NONE, 0, tx);
363 DMU_OT_NONE, 0, tx);
H A Ddmu_send.c450 if (dnp == NULL || dnp->dn_type == DMU_OT_NONE)
595 dmu_object_type_t type = bp ? BP_GET_TYPE(bp) : DMU_OT_NONE;
2055 if (drro->drr_type == DMU_OT_NONE ||
H A Ddsl_scan.c244 ot ? ot : DMU_OT_SCAN_QUEUE, DMU_OT_NONE, 0, tx);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_pool.h60 #define DMU_OT_DEFERRED DMU_OT_NONE
H A Ddmu.h140 DMU_OT_NONE, enumerator in enum:dmu_object_type
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h951 DMU_OT_NONE, enumerator in enum:dmu_object_type

Completed in 145 milliseconds

12