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

12

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddnode.c250 if (dn->dn_phys->dn_type != DMU_OT_NONE || dn->dn_allocated_txg != 0) {
273 if (dn->dn_phys->dn_type != DMU_OT_NONE)
292 if (dnp->dn_type == DMU_OT_NONE) {
558 ASSERT(dn->dn_type == DMU_OT_NONE);
560 ASSERT(dn->dn_phys->dn_type == DMU_OT_NONE);
561 ASSERT(ot != DMU_OT_NONE);
563 ASSERT((bonustype == DMU_OT_NONE && bonuslen == 0) ||
565 (bonustype != DMU_OT_NONE && bonuslen != 0));
568 ASSERT(dn->dn_type == DMU_OT_NONE);
632 ASSERT((bonustype == DMU_OT_NONE
[all...]
H A Ddnode_sync.c52 ASSERT(dn->dn_phys->dn_type != DMU_OT_NONE);
517 ASSERT(dn->dn_phys->dn_type != DMU_OT_NONE);
518 ASSERT(dn->dn_type != DMU_OT_NONE);
526 dn->dn_type = DMU_OT_NONE;
555 ASSERT(dnp->dn_type != DMU_OT_NONE || dn->dn_allocated_txg);
556 ASSERT(dnp->dn_type != DMU_OT_NONE ||
579 if (dnp->dn_type == DMU_OT_NONE) {
H A Dddt_zap.c46 DMU_OT_NONE, 0, tx);
H A Dzio_inject.c76 if (record->zi_type == DMU_OT_NONE ||
157 zio->io_bp ? BP_GET_TYPE(zio->io_bp) : DMU_OT_NONE,
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 Ddmu_diff.c111 if (dnp->dn_type == DMU_OT_NONE)
H A Ddmu_object.c149 ASSERT(dn->dn_type != DMU_OT_NONE);
H A Ddmu_objset.c775 DN_MAX_INDBLKSHIFT, DMU_OT_NONE, 0, tx);
1131 DMU_USERUSED_DNODE(os)->dn_type != DMU_OT_NONE) {
1217 ASSERT(dn->dn_phys->dn_type == DMU_OT_NONE ||
1222 if (DMU_USERUSED_DNODE(os)->dn_type == DMU_OT_NONE) {
1225 DMU_OT_USERGROUP_USED, DMU_OT_NONE, 0, tx));
1228 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.c460 DMU_OT_OBJECT_DIRECTORY, DMU_OT_NONE, 0, tx);
847 DMU_OT_NEXT_CLONES, DMU_OT_NONE, 0, tx);
884 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.c399 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.c123 ASSERT(BP_GET_TYPE(bp) != DMU_OT_NONE);
797 DMU_OT_NONE, 0, tx);
843 DMU_OT_NEXT_CLONES, DMU_OT_NONE, 0, tx);
857 DMU_OT_DSL_CLONES, DMU_OT_NONE, 0, tx);
2599 DMU_OT_NONE, 0, tx);
H A Dzfs_znode.c1821 DMU_OT_NONE, 0, tx);
1858 DMU_OT_NONE, 0, tx);
1867 obj = zap_create(os, DMU_OT_UNLINKED_SET, DMU_OT_NONE, 0, tx);
H A Ddsl_dir.c914 DMU_OT_DSL_PROPS, DMU_OT_NONE, 0, tx);
916 DMU_OT_DSL_DIR_CHILD_MAP, DMU_OT_NONE, 0, tx);
H A Ddsl_prop.c633 DMU_OT_DSL_PROPS, DMU_OT_NONE, 0, tx);
H A Dzfs_vfsops.c782 DMU_OT_NONE, 0, tx);
2401 DMU_OT_NONE, 0, tx);
H A Ddmu_send.c434 if (dnp == NULL || dnp->dn_type == DMU_OT_NONE)
580 dmu_object_type_t type = bp ? BP_GET_TYPE(bp) : DMU_OT_NONE;
1974 if (drro->drr_type == DMU_OT_NONE ||
H A Ddsl_scan.c278 ot ? ot : DMU_OT_SCAN_QUEUE, DMU_OT_NONE, 0, tx);
H A Dzap.c957 VERIFY((new_obj = zap_create(os, ot, DMU_OT_NONE, 0, tx)) > 0);
H A Ddbuf.c1858 ASSERT(dn->dn_type != DMU_OT_NONE);
2916 if (dnp->dn_type != DMU_OT_NONE)
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_pool.h60 #define DMU_OT_DEFERRED DMU_OT_NONE
H A Ddmu.h137 DMU_OT_NONE, enumerator in enum:dmu_object_type
/freebsd-10.3-release/sys/cddl/boot/zfs/
H A Dzfsimpl.h903 DMU_OT_NONE, enumerator in enum:dmu_object_type

Completed in 227 milliseconds

12