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

12

/freebsd-10.1-release/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) {
531 ASSERT(dn->dn_type == DMU_OT_NONE);
533 ASSERT(dn->dn_phys->dn_type == DMU_OT_NONE);
534 ASSERT(ot != DMU_OT_NONE);
536 ASSERT((bonustype == DMU_OT_NONE && bonuslen == 0) ||
538 (bonustype != DMU_OT_NONE && bonuslen != 0));
541 ASSERT(dn->dn_type == DMU_OT_NONE);
604 ASSERT((bonustype == DMU_OT_NONE
[all...]
H A Ddnode_sync.c51 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.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.c179 ASSERT(dn->dn_type != DMU_OT_NONE);
H A Ddmu_objset.c709 DN_MAX_INDBLKSHIFT, DMU_OT_NONE, 0, tx);
1075 DMU_USERUSED_DNODE(os)->dn_type != DMU_OT_NONE) {
1161 ASSERT(dn->dn_phys->dn_type == DMU_OT_NONE ||
1166 if (DMU_USERUSED_DNODE(os)->dn_type == DMU_OT_NONE) {
1169 DMU_OT_USERGROUP_USED, DMU_OT_NONE, 0, tx));
1172 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.c430 DMU_OT_OBJECT_DIRECTORY, DMU_OT_NONE, 0, tx);
815 DMU_OT_NEXT_CLONES, DMU_OT_NONE, 0, tx);
852 DMU_OT_DSL_CLONES, DMU_OT_NONE, 0, tx);
H A Ddsl_bookmark.c201 DMU_OTN_ZAP_METADATA, DMU_OT_NONE, 0, tx);
H A Dbpobj.c399 DMU_OT_BPOBJ_SUBOBJ, SPA_MAXBLOCKSIZE, 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.c99 ASSERT(BP_GET_TYPE(bp) != DMU_OT_NONE);
683 DMU_OT_NONE, 0, tx);
717 DMU_OT_NEXT_CLONES, DMU_OT_NONE, 0, tx);
730 DMU_OT_DSL_CLONES, DMU_OT_NONE, 0, tx);
2322 DMU_OT_DSL_CLONES, DMU_OT_NONE, 0, tx);
H A Ddmu_send.c373 if (dnp == NULL || dnp->dn_type == DMU_OT_NONE)
447 dmu_object_type_t type = bp ? BP_GET_TYPE(bp) : DMU_OT_NONE;
1401 if (drro->drr_type == DMU_OT_NONE ||
H A Dzfs_znode.c1805 DMU_OT_NONE, 0, tx);
1842 DMU_OT_NONE, 0, tx);
1851 obj = zap_create(os, DMU_OT_UNLINKED_SET, DMU_OT_NONE, 0, tx);
H A Ddsl_dir.c895 DMU_OT_DSL_PROPS, DMU_OT_NONE, 0, tx);
897 DMU_OT_DSL_DIR_CHILD_MAP, DMU_OT_NONE, 0, tx);
H A Ddsl_prop.c552 DMU_OT_DSL_PROPS, DMU_OT_NONE, 0, tx);
H A Dzfs_vfsops.c805 DMU_OT_NONE, 0, tx);
2449 DMU_OT_NONE, 0, tx);
H A Dzvol.c408 DMU_OT_NONE, 0, tx);
412 DMU_OT_NONE, 0, tx);
H A Ddsl_scan.c265 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);
/freebsd-10.1-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.h135 DMU_OT_NONE, enumerator in enum:dmu_object_type
/freebsd-10.1-release/sys/cddl/boot/zfs/
H A Dzfsimpl.h906 DMU_OT_NONE, enumerator in enum:dmu_object_type

Completed in 244 milliseconds

12