Home
last modified time | relevance | path

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

123

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddnode.c413 if (dn->dn_phys->dn_type != DMU_OT_NONE || dn->dn_allocated_txg != 0) { in dnode_verify()
436 if (dn->dn_phys->dn_type != DMU_OT_NONE) in dnode_verify()
455 if (dnp->dn_type == DMU_OT_NONE) { in dnode_byteswap()
506 if (dnp->dn_type != DMU_OT_NONE) in dnode_buf_byteswap()
619 dn->dn_storage_type = DMU_OT_NONE; in dnode_create()
704 dn->dn_storage_type = DMU_OT_NONE; in dnode_destroy()
740 ASSERT(dn->dn_type == DMU_OT_NONE); in dnode_allocate()
742 ASSERT(dn->dn_phys->dn_type == DMU_OT_NONE); in dnode_allocate()
743 ASSERT(ot != DMU_OT_NONE); in dnode_allocate()
745 ASSERT((bonustype == DMU_OT_NONE && bonuslen == 0) || in dnode_allocate()
[all …]
H A Ddnode_sync.c55 ASSERT(dn->dn_phys->dn_type != DMU_OT_NONE); in dnode_increase_indirection()
609 ASSERT(dn->dn_phys->dn_type != DMU_OT_NONE); in dnode_sync_free()
610 ASSERT(dn->dn_type != DMU_OT_NONE); in dnode_sync_free()
619 dn->dn_type = DMU_OT_NONE; in dnode_sync_free()
651 ASSERT(dnp->dn_type != DMU_OT_NONE || dn->dn_allocated_txg); in dnode_sync()
652 ASSERT(dnp->dn_type != DMU_OT_NONE || in dnode_sync()
690 if (dnp->dn_type == DMU_OT_NONE) { in dnode_sync()
H A Ddsl_deleg.c172 DMU_OT_DSL_PERMS, DMU_OT_NONE, 0, tx); in dsl_deleg_set_sync()
701 DMU_OT_DSL_PERMS, DMU_OT_NONE, 0, tx); in copy_create_perms()
708 jumpobj = zap_create(mos, DMU_OT_DSL_PERMS, DMU_OT_NONE, 0, tx); in copy_create_perms()
H A Ddmu_object.c191 if (dn->dn_type == DMU_OT_NONE) { in dmu_object_alloc_impl()
373 ASSERT(dn->dn_type != DMU_OT_NONE); in dmu_object_free()
H A Dspa_errlog.c818 DMU_OT_NONE, 0, tx); in sync_upgrade_errlog()
903 DMU_OT_ERROR_LOG, DMU_OT_NONE, 0, tx); in sync_upgrade_errlog()
1179 DMU_OT_NONE, 0, tx); in sync_error_list()
1216 DMU_OT_ERROR_LOG, DMU_OT_NONE, 0, tx); in sync_error_list()
1439 DMU_OT_ERROR_LOG, DMU_OT_NONE, 0, tx); in swap_errlog()
H A Ddmu_objset.c1098 dnode_allocate(mdn, DMU_OT_DNODE, blksz, ibs, DMU_OT_NONE, 0, in dmu_objset_create_impl_dnstats()
1801 DMU_USERUSED_DNODE(os)->dn_type != DMU_OT_NONE) { in dmu_objset_sync()
1809 DMU_PROJECTUSED_DNODE(os)->dn_type != DMU_OT_NONE) { in dmu_objset_sync()
2105 ASSERT(dn->dn_phys->dn_type == DMU_OT_NONE || in userquota_updates_task()
2206 if (DMU_USERUSED_DNODE(os)->dn_type == DMU_OT_NONE) { in dmu_objset_do_userquota_updates_prep()
2209 DMU_OT_USERGROUP_USED, DMU_OT_NONE, 0, tx)); in dmu_objset_do_userquota_updates_prep()
2212 DMU_OT_USERGROUP_USED, DMU_OT_NONE, 0, tx)); in dmu_objset_do_userquota_updates_prep()
2216 DMU_PROJECTUSED_DNODE(os)->dn_type == DMU_OT_NONE) { in dmu_objset_do_userquota_updates_prep()
2218 DMU_OT_USERGROUP_USED, DMU_OT_NONE, 0, tx)); in dmu_objset_do_userquota_updates_prep()
H A Ddmu_diff.c93 if (dnp->dn_type == DMU_OT_NONE) in report_dnode()
H A Dddt_zap.c109 DMU_OT_NONE, 0, tx); in ddt_zap_create()
H A Ddsl_pool.c500 DMU_OT_OBJECT_DIRECTORY, DMU_OT_NONE, 0, tx); in dsl_pool_create()
1094 DMU_OT_NEXT_CLONES, DMU_OT_NONE, 0, tx); in upgrade_clones_cb()
1130 zap_create(mos, DMU_OT_DSL_CLONES, DMU_OT_NONE, in upgrade_dir_clones_cb()
H A Dzio_inject.c142 if (record->zi_type == DMU_OT_NONE || in zio_match_handler()
303 zio->io_bp ? BP_GET_TYPE(zio->io_bp) : DMU_OT_NONE, in zio_handle_fault_injection()
H A Dbpobj.c751 DMU_OT_NONE, 0, tx); in bpobj_enqueue_subobj()
792 DMU_OT_NONE, 0, tx); in bpobj_enqueue_subobj()
H A Dzfs_quota.c352 DMU_OT_NONE, 0, tx); in zfs_set_userquota()
H A Dvdev_indirect_mapping.c335 DMU_OT_NONE, 0, tx); in vdev_indirect_mapping_alloc()
H A Ddsl_userhold.c172 zap_create(mos, DMU_OT_USERREFS, DMU_OT_NONE, 0, tx); in dsl_dataset_user_hold_sync_one_impl()
H A Dzvol.c208 DMU_OT_NONE, 0, tx); in zvol_create_cb()
212 DMU_OT_NONE, 0, tx); in zvol_create_cb()
H A Ddmu.c2393 dn ? dn->dn_storage_type : DMU_OT_NONE; in dmu_write_policy()
2394 if (stype == DMU_OT_NONE) in dmu_write_policy()
2502 zp->zp_storage_type = dn ? dn->dn_storage_type : DMU_OT_NONE; in dmu_write_policy()
H A Ddsl_dataset.c153 ASSERT(BP_GET_TYPE(bp) != DMU_OT_NONE); in dsl_dataset_block_born()
1204 DMU_OT_NONE, 0, tx); in dsl_dataset_create_sync_dd()
1254 DMU_OT_NEXT_CLONES, DMU_OT_NONE, 0, tx); in dsl_dataset_create_sync_dd()
1268 DMU_OT_DSL_CLONES, DMU_OT_NONE, 0, tx); in dsl_dataset_create_sync_dd()
3627 DMU_OT_NONE, 0, tx); in dsl_dataset_promote_sync()
H A Dspa_log_spacemap.c971 DMU_OTN_ZAP_METADATA, DMU_OT_NONE, 0, tx); in spa_generate_syncing_log_sm()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c817 if (dnp->dn_type != DMU_OT_NONE && in zio_crypt_copy_dnode_bonus()
1081 osp->os_userused_dnode.dn_type == DMU_OT_NONE && in zio_crypt_do_objset_hmacs()
1082 osp->os_groupused_dnode.dn_type == DMU_OT_NONE && in zio_crypt_do_objset_hmacs()
1083 osp->os_projectused_dnode.dn_type == DMU_OT_NONE) || in zio_crypt_do_objset_hmacs()
1085 osp->os_userused_dnode.dn_type == DMU_OT_NONE && in zio_crypt_do_objset_hmacs()
1086 osp->os_groupused_dnode.dn_type == DMU_OT_NONE) || in zio_crypt_do_objset_hmacs()
1107 if (osp->os_userused_dnode.dn_type != DMU_OT_NONE) { in zio_crypt_do_objset_hmacs()
1114 if (osp->os_groupused_dnode.dn_type != DMU_OT_NONE) { in zio_crypt_do_objset_hmacs()
1121 if (osp->os_projectused_dnode.dn_type != DMU_OT_NONE && in zio_crypt_do_objset_hmacs()
1455 if (sdnp[i].dn_type != DMU_OT_NONE && in zio_crypt_init_uios_dnode()
[all …]
H A Dzfs_znode_os.c1658 DMU_OT_NONE, 0, tx); in zfs_create_fs()
1696 DMU_OT_NONE, 0, tx); in zfs_create_fs()
1705 obj = zap_create(os, DMU_OT_UNLINKED_SET, DMU_OT_NONE, 0, tx); in zfs_create_fs()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c900 if (dnp->dn_type != DMU_OT_NONE && in zio_crypt_copy_dnode_bonus()
1233 osp->os_userused_dnode.dn_type == DMU_OT_NONE && in zio_crypt_do_objset_hmacs()
1234 osp->os_groupused_dnode.dn_type == DMU_OT_NONE && in zio_crypt_do_objset_hmacs()
1235 osp->os_projectused_dnode.dn_type == DMU_OT_NONE) || in zio_crypt_do_objset_hmacs()
1237 osp->os_userused_dnode.dn_type == DMU_OT_NONE && in zio_crypt_do_objset_hmacs()
1238 osp->os_groupused_dnode.dn_type == DMU_OT_NONE) || in zio_crypt_do_objset_hmacs()
1270 if (osp->os_userused_dnode.dn_type != DMU_OT_NONE) { in zio_crypt_do_objset_hmacs()
1277 if (osp->os_groupused_dnode.dn_type != DMU_OT_NONE) { in zio_crypt_do_objset_hmacs()
1284 if (osp->os_projectused_dnode.dn_type != DMU_OT_NONE && in zio_crypt_do_objset_hmacs()
1656 if (sdnp[i].dn_type != DMU_OT_NONE && in zio_crypt_init_uios_dnode()
[all …]
H A Dzfs_znode_os.c1836 DMU_OT_NONE, 0, tx); in zfs_create_fs()
1874 DMU_OT_NONE, 0, tx); in zfs_create_fs()
1883 obj = zap_create(os, DMU_OT_UNLINKED_SET, DMU_OT_NONE, 0, tx); in zfs_create_fs()
/freebsd/usr.sbin/makefs/zfs/
H A Dobjset.c99 dnode_init(&os->phys->os_meta_dnode, DMU_OT_DNODE, DMU_OT_NONE, 0); in objset_alloc()
218 return (objset_dnode_bonus_alloc(os, type, DMU_OT_NONE, 0, idp)); in objset_dnode_alloc()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_pool.h72 #define DMU_OT_DEFERRED DMU_OT_NONE
H A Ddmu.h174 DMU_OT_NONE, enumerator

123