Home
last modified time | relevance | path

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

12

/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddnode.c248 if (dn->dn_phys->dn_type != DMU_OT_NONE || dn->dn_allocated_txg != 0) { in dnode_verify()
271 if (dn->dn_phys->dn_type != DMU_OT_NONE) in dnode_verify()
290 if (dnp->dn_type == DMU_OT_NONE) { in dnode_byteswap()
556 ASSERT(dn->dn_type == DMU_OT_NONE); in dnode_allocate()
558 ASSERT(dn->dn_phys->dn_type == DMU_OT_NONE); in dnode_allocate()
559 ASSERT(ot != DMU_OT_NONE); in dnode_allocate()
561 ASSERT((bonustype == DMU_OT_NONE && bonuslen == 0) || in dnode_allocate()
563 (bonustype != DMU_OT_NONE && bonuslen != 0)); in dnode_allocate()
566 ASSERT(dn->dn_type == DMU_OT_NONE); in dnode_allocate()
630 ASSERT((bonustype == DMU_OT_NONE && bonuslen == 0) || in dnode_reallocate()
[all …]
H A Ddnode_sync.c52 ASSERT(dn->dn_phys->dn_type != DMU_OT_NONE); in dnode_increase_indirection()
517 ASSERT(dn->dn_phys->dn_type != DMU_OT_NONE); in dnode_sync_free()
518 ASSERT(dn->dn_type != DMU_OT_NONE); in dnode_sync_free()
526 dn->dn_type = DMU_OT_NONE; in dnode_sync_free()
555 ASSERT(dnp->dn_type != DMU_OT_NONE || dn->dn_allocated_txg); in dnode_sync()
556 ASSERT(dnp->dn_type != DMU_OT_NONE || in dnode_sync()
579 if (dnp->dn_type == DMU_OT_NONE) { in dnode_sync()
H A Ddsl_deleg.c171 DMU_OT_DSL_PERMS, DMU_OT_NONE, 0, tx); in dsl_deleg_set_sync()
690 DMU_OT_DSL_PERMS, DMU_OT_NONE, 0, tx); in copy_create_perms()
697 jumpobj = zap_create(mos, DMU_OT_DSL_PERMS, DMU_OT_NONE, 0, tx); in copy_create_perms()
H A Dddt_zap.c47 DMU_OT_NONE, 0, tx); in ddt_zap_create()
H A Dzio_inject.c114 if (record->zi_type == DMU_OT_NONE || in zio_match_handler()
195 zio->io_bp ? BP_GET_TYPE(zio->io_bp) : DMU_OT_NONE, in zio_handle_fault_injection()
H A Ddmu_object.c149 ASSERT(dn->dn_type != DMU_OT_NONE); in dmu_object_free()
H A Ddmu_objset.c776 DN_MAX_INDBLKSHIFT, DMU_OT_NONE, 0, tx); in dmu_objset_create_impl()
1138 DMU_USERUSED_DNODE(os)->dn_type != DMU_OT_NONE) { in dmu_objset_sync()
1224 ASSERT(dn->dn_phys->dn_type == DMU_OT_NONE || in dmu_objset_do_userquota_updates()
1229 if (DMU_USERUSED_DNODE(os)->dn_type == DMU_OT_NONE) { in dmu_objset_do_userquota_updates()
1232 DMU_OT_USERGROUP_USED, DMU_OT_NONE, 0, tx)); in dmu_objset_do_userquota_updates()
1235 DMU_OT_USERGROUP_USED, DMU_OT_NONE, 0, tx)); in dmu_objset_do_userquota_updates()
H A Ddmu_diff.c88 if (dnp->dn_type == DMU_OT_NONE) in report_dnode()
H A Ddsl_pool.c357 DMU_OT_OBJECT_DIRECTORY, DMU_OT_NONE, 0, tx); in dsl_pool_create()
744 DMU_OT_NEXT_CLONES, DMU_OT_NONE, 0, tx); in upgrade_clones_cb()
781 zap_create(mos, DMU_OT_DSL_CLONES, DMU_OT_NONE, in upgrade_dir_clones_cb()
H A Dspa_errlog.c312 DMU_OT_ERROR_LOG, DMU_OT_NONE, in sync_error_list()
H A Ddsl_bookmark.c201 DMU_OTN_ZAP_METADATA, DMU_OT_NONE, 0, tx); in dsl_bookmark_create_sync()
H A Ddsl_userhold.c150 zap_create(mos, DMU_OT_USERREFS, DMU_OT_NONE, 0, tx); in dsl_dataset_user_hold_sync_one_impl()
H A Dzfs_znode.c1759 DMU_OT_NONE, 0, tx); in zfs_create_fs()
1796 DMU_OT_NONE, 0, tx); in zfs_create_fs()
1805 obj = zap_create(os, DMU_OT_UNLINKED_SET, DMU_OT_NONE, 0, tx); in zfs_create_fs()
H A Ddsl_dataset.c120 ASSERT(BP_GET_TYPE(bp) != DMU_OT_NONE); in dsl_dataset_block_born()
828 DMU_OT_NONE, 0, tx); in dsl_dataset_create_sync_dd()
874 DMU_OT_NEXT_CLONES, DMU_OT_NONE, 0, tx); in dsl_dataset_create_sync_dd()
888 DMU_OT_DSL_CLONES, DMU_OT_NONE, 0, tx); in dsl_dataset_create_sync_dd()
2557 DMU_OT_NONE, 0, tx); in dsl_dataset_promote_sync()
H A Dbpobj.c402 DMU_OT_NONE, 0, tx); in bpobj_enqueue_subobj()
H A Ddsl_dir.c920 DMU_OT_DSL_PROPS, DMU_OT_NONE, 0, tx); in dsl_dir_create_sync()
922 DMU_OT_DSL_DIR_CHILD_MAP, DMU_OT_NONE, 0, tx); in dsl_dir_create_sync()
H A Dzfs_vfsops.c825 DMU_OT_NONE, 0, tx); in zfs_set_userquota()
2258 DMU_OT_NONE, 0, tx); in zfs_set_version()
H A Dzvol.c354 DMU_OT_NONE, 0, tx); in zvol_create_cb()
358 DMU_OT_NONE, 0, tx); in zvol_create_cb()
H A Ddmu_send.c412 if (dnp == NULL || dnp->dn_type == DMU_OT_NONE) in dump_dnode()
557 dmu_object_type_t type = bp ? BP_GET_TYPE(bp) : DMU_OT_NONE; in do_dump()
1935 if (drro->drr_type == DMU_OT_NONE || in receive_object()
H A Ddsl_prop.c633 DMU_OT_DSL_PROPS, DMU_OT_NONE, 0, tx); in dsl_prop_set_sync_impl()
H A Dzap.c958 VERIFY((new_obj = zap_create(os, ot, DMU_OT_NONE, 0, tx)) > 0); in zap_create_link()
H A Ddbuf.c1879 ASSERT(dn->dn_type != DMU_OT_NONE); in dbuf_create()
2933 if (dnp->dn_type != DMU_OT_NONE) in dbuf_write_ready()
/titanic_50/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu.h75 DMU_OT_NONE, enumerator
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_pool.h60 #define DMU_OT_DEFERRED DMU_OT_NONE
H A Ddmu.h138 DMU_OT_NONE, enumerator

12