Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c306 if (dn->dn_phys->dn_type != DMU_OT_NONE) in dnode_verify()
325 if (dnp->dn_type == DMU_OT_NONE) { in dnode_byteswap()
377 if (dnp->dn_type != DMU_OT_NONE) in dnode_buf_byteswap()
594 ASSERT(dn->dn_type == DMU_OT_NONE); in dnode_allocate()
596 ASSERT(dn->dn_phys->dn_type == DMU_OT_NONE); in dnode_allocate()
597 ASSERT(ot != DMU_OT_NONE); in dnode_allocate()
601 (bonustype != DMU_OT_NONE && bonuslen != 0)); in dnode_allocate()
604 ASSERT(dn->dn_type == DMU_OT_NONE); in dnode_allocate()
676 (bonustype != DMU_OT_NONE && bonuslen != 0) || in dnode_reallocate()
1385 if (dn_block[i].dn_type != DMU_OT_NONE) { in dnode_hold_impl()
[all …]
H A Ddnode_sync.c54 ASSERT(dn->dn_phys->dn_type != DMU_OT_NONE); in dnode_increase_indirection()
590 ASSERT(dn->dn_phys->dn_type != DMU_OT_NONE); in dnode_sync_free()
591 ASSERT(dn->dn_type != DMU_OT_NONE); in dnode_sync_free()
600 dn->dn_type = DMU_OT_NONE; in dnode_sync_free()
631 ASSERT(dnp->dn_type != DMU_OT_NONE || dn->dn_allocated_txg); in dnode_sync()
632 ASSERT(dnp->dn_type != DMU_OT_NONE || in dnode_sync()
665 if (dnp->dn_type == DMU_OT_NONE) { in dnode_sync()
H A Dzio_crypt.c906 if (dnp->dn_type != DMU_OT_NONE && in zio_crypt_copy_dnode_bonus()
1219 osp->os_userused_dnode.dn_type == DMU_OT_NONE && in zio_crypt_do_objset_hmacs()
1220 osp->os_groupused_dnode.dn_type == DMU_OT_NONE && in zio_crypt_do_objset_hmacs()
1221 osp->os_projectused_dnode.dn_type == DMU_OT_NONE) || in zio_crypt_do_objset_hmacs()
1223 osp->os_userused_dnode.dn_type == DMU_OT_NONE && in zio_crypt_do_objset_hmacs()
1224 osp->os_groupused_dnode.dn_type == DMU_OT_NONE) || in zio_crypt_do_objset_hmacs()
1619 if (sdnp[i].dn_type != DMU_OT_NONE && in zio_crypt_init_uios_dnode()
1700 if (dnp->dn_type != DMU_OT_NONE && in zio_crypt_init_uios_dnode()
1829 ASSERT(DMU_OT_IS_ENCRYPTED(ot) || ot == DMU_OT_NONE); in zio_crypt_init_uios()
H A Ddmu_object.c175 if (dn->dn_type == DMU_OT_NONE) { in dmu_object_alloc_impl()
332 ASSERT(dn->dn_type != DMU_OT_NONE); in dmu_object_free()
H A Ddsl_deleg.c171 DMU_OT_DSL_PERMS, DMU_OT_NONE, 0, tx); in dsl_deleg_set_sync()
689 DMU_OT_DSL_PERMS, DMU_OT_NONE, 0, tx); in copy_create_perms()
696 jumpobj = zap_create(mos, DMU_OT_DSL_PERMS, DMU_OT_NONE, 0, tx); in copy_create_perms()
H A Dddt_zap.c48 DMU_OT_NONE, 0, tx); in ddt_zap_create()
H A Ddmu_objset.c1030 DMU_OT_NONE, 0, DNODE_MIN_SLOTS, tx); in dmu_objset_create_impl_dnstats()
1728 DMU_USERUSED_DNODE(os)->dn_type != DMU_OT_NONE) { in dmu_objset_sync()
1736 DMU_PROJECTUSED_DNODE(os)->dn_type != DMU_OT_NONE) { in dmu_objset_sync()
2014 ASSERT(dn->dn_phys->dn_type == DMU_OT_NONE || in userquota_updates_task()
2084 if (DMU_USERUSED_DNODE(os)->dn_type == DMU_OT_NONE) { in dmu_objset_do_userquota_updates()
2087 DMU_OT_USERGROUP_USED, DMU_OT_NONE, 0, tx)); in dmu_objset_do_userquota_updates()
2090 DMU_OT_USERGROUP_USED, DMU_OT_NONE, 0, tx)); in dmu_objset_do_userquota_updates()
2094 DMU_PROJECTUSED_DNODE(os)->dn_type == DMU_OT_NONE) { in dmu_objset_do_userquota_updates()
2096 DMU_OT_USERGROUP_USED, DMU_OT_NONE, 0, tx)); in dmu_objset_do_userquota_updates()
H A Ddmu_diff.c89 if (dnp->dn_type == DMU_OT_NONE) in report_dnode()
H A Dzio_inject.c136 if (record->zi_type == DMU_OT_NONE || in zio_match_handler()
280 zio->io_bp ? BP_GET_TYPE(zio->io_bp) : DMU_OT_NONE, in zio_handle_fault_injection()
H A Dspa_errlog.c311 DMU_OT_ERROR_LOG, DMU_OT_NONE, in sync_error_list()
H A Ddsl_pool.c463 DMU_OT_OBJECT_DIRECTORY, DMU_OT_NONE, 0, tx); in dsl_pool_create()
983 DMU_OT_NEXT_CLONES, DMU_OT_NONE, 0, tx); in upgrade_clones_cb()
1020 zap_create(mos, DMU_OT_DSL_CLONES, DMU_OT_NONE, in upgrade_dir_clones_cb()
H A Ddsl_bookmark.c208 DMU_OTN_ZAP_METADATA, DMU_OT_NONE, 0, tx); in dsl_bookmark_create_sync()
H A Dvdev_indirect_mapping.c328 DMU_OT_NONE, 0, tx); in vdev_indirect_mapping_alloc()
H A Dzfs_znode.c1859 DMU_OT_NONE, 0, tx); in zfs_create_fs()
1896 DMU_OT_NONE, 0, tx); in zfs_create_fs()
1905 obj = zap_create(os, DMU_OT_UNLINKED_SET, DMU_OT_NONE, 0, tx); in zfs_create_fs()
H A Ddsl_userhold.c171 zap_create(mos, DMU_OT_USERREFS, DMU_OT_NONE, 0, tx); in dsl_dataset_user_hold_sync_one_impl()
H A Ddmu_send.c499 if (dnp == NULL || dnp->dn_type == DMU_OT_NONE) in dump_dnode()
738 dmu_object_type_t type = bp ? BP_GET_TYPE(bp) : DMU_OT_NONE; in do_dump()
H A Dbpobj.c413 DMU_OT_NONE, 0, tx); in bpobj_enqueue_subobj()
H A Dspa_log_spacemap.c945 DMU_OTN_ZAP_METADATA, DMU_OT_NONE, 0, tx); in spa_generate_syncing_log_sm()
H A Ddsl_dataset.c131 ASSERT(BP_GET_TYPE(bp) != DMU_OT_NONE); in dsl_dataset_block_born()
929 DMU_OT_NONE, 0, tx); in dsl_dataset_create_sync_dd()
977 DMU_OT_NEXT_CLONES, DMU_OT_NONE, 0, tx); in dsl_dataset_create_sync_dd()
991 DMU_OT_DSL_CLONES, DMU_OT_NONE, 0, tx); in dsl_dataset_create_sync_dd()
3146 DMU_OT_NONE, 0, tx); in dsl_dataset_promote_sync()
H A Ddsl_dir.c957 DMU_OT_DSL_PROPS, DMU_OT_NONE, 0, tx); in dsl_dir_create_sync()
959 DMU_OT_DSL_DIR_CHILD_MAP, DMU_OT_NONE, 0, tx); in dsl_dir_create_sync()
H A Dzvol.c362 DMU_OT_NONE, 0, tx); in zvol_create_cb()
366 DMU_OT_NONE, 0, tx); in zvol_create_cb()
H A Dzfs_vfsops.c911 DMU_OT_NONE, 0, tx); in zfs_set_userquota()
2670 DMU_OT_NONE, 0, tx); in zfs_set_version()
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu.h75 DMU_OT_NONE, enumerator
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_pool.h64 #define DMU_OT_DEFERRED DMU_OT_NONE
H A Ddmu.h172 DMU_OT_NONE, enumerator

12