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

12

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddnode.c251 if (dn->dn_phys->dn_type != DMU_OT_NONE || dn->dn_allocated_txg != 0) {
274 if (dn->dn_phys->dn_type != DMU_OT_NONE)
293 if (dnp->dn_type == DMU_OT_NONE) {
559 ASSERT(dn->dn_type == DMU_OT_NONE);
561 ASSERT(dn->dn_phys->dn_type == DMU_OT_NONE);
562 ASSERT(ot != DMU_OT_NONE);
564 ASSERT((bonustype == DMU_OT_NONE && bonuslen == 0) ||
566 (bonustype != DMU_OT_NONE && bonuslen != 0));
569 ASSERT(dn->dn_type == DMU_OT_NONE);
633 ASSERT((bonustype == DMU_OT_NONE
[all...]
H A Ddnode_sync.c52 ASSERT(dn->dn_phys->dn_type != DMU_OT_NONE);
511 ASSERT(dn->dn_phys->dn_type != DMU_OT_NONE);
512 ASSERT(dn->dn_type != DMU_OT_NONE);
520 dn->dn_type = DMU_OT_NONE;
549 ASSERT(dnp->dn_type != DMU_OT_NONE || dn->dn_allocated_txg);
550 ASSERT(dnp->dn_type != DMU_OT_NONE ||
573 if (dnp->dn_type == DMU_OT_NONE) {
H A Dddt_zap.c46 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_object.c149 ASSERT(dn->dn_type != DMU_OT_NONE);
H A Ddmu_diff.c111 if (dnp->dn_type == DMU_OT_NONE)
H A Ddmu_objset.c772 DN_MAX_INDBLKSHIFT, DMU_OT_NONE, 0, tx);
1148 DMU_USERUSED_DNODE(os)->dn_type != DMU_OT_NONE) {
1305 ASSERT(dn->dn_phys->dn_type == DMU_OT_NONE ||
1310 if (DMU_USERUSED_DNODE(os)->dn_type == DMU_OT_NONE) {
1313 DMU_OT_USERGROUP_USED, DMU_OT_NONE, 0, tx));
1316 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.c458 DMU_OT_OBJECT_DIRECTORY, DMU_OT_NONE, 0, tx);
844 DMU_OT_NEXT_CLONES, DMU_OT_NONE, 0, tx);
881 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.c129 ASSERT(BP_GET_TYPE(bp) != DMU_OT_NONE);
821 DMU_OT_NONE, 0, tx);
869 DMU_OT_NEXT_CLONES, DMU_OT_NONE, 0, tx);
883 DMU_OT_DSL_CLONES, DMU_OT_NONE, 0, tx);
2682 DMU_OT_NONE, 0, tx);
H A Dzfs_znode.c1809 DMU_OT_NONE, 0, tx);
1846 DMU_OT_NONE, 0, tx);
1855 obj = zap_create(os, DMU_OT_UNLINKED_SET, DMU_OT_NONE, 0, tx);
H A Ddsl_dir.c917 DMU_OT_DSL_PROPS, DMU_OT_NONE, 0, tx);
919 DMU_OT_DSL_DIR_CHILD_MAP, DMU_OT_NONE, 0, tx);
H A Ddsl_prop.c634 DMU_OT_DSL_PROPS, DMU_OT_NONE, 0, tx);
H A Dzfs_vfsops.c790 DMU_OT_NONE, 0, tx);
2432 DMU_OT_NONE, 0, tx);
H A Ddmu_send.c455 if (dnp == NULL || dnp->dn_type == DMU_OT_NONE)
601 dmu_object_type_t type = bp ? BP_GET_TYPE(bp) : DMU_OT_NONE;
2026 if (drro->drr_type == DMU_OT_NONE ||
H A Ddsl_scan.c280 ot ? ot : DMU_OT_SCAN_QUEUE, DMU_OT_NONE, 0, tx);
H A Dzap.c972 VERIFY((new_obj = zap_create(os, ot, DMU_OT_NONE, 0, tx)) > 0);
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_pool.h60 #define DMU_OT_DEFERRED DMU_OT_NONE
H A Ddmu.h139 DMU_OT_NONE, enumerator in enum:dmu_object_type
/freebsd-10-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h903 DMU_OT_NONE, enumerator in enum:dmu_object_type
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1929 if (doi.doi_bonus_type != DMU_OT_NONE && verbosity > 3) {
3451 BP_SET_TYPE(bp, DMU_OT_NONE);

Completed in 226 milliseconds

12