| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dmu.h | 122 #define DMU_OT_IS_VALID(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument 124 (ot) < DMU_OT_NUMTYPES) 126 #define DMU_OT_IS_METADATA_CACHED(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument 133 #define DMU_OT_IS_METADATA_IMPL(ot) (dmu_ot[ot].ot_metadata) argument 134 #define DMU_OT_IS_ENCRYPTED_IMPL(ot) (dmu_ot[ot].ot_encrypt) argument 135 #define DMU_OT_BYTESWAP_IMPL(ot) (dmu_ot[ot].ot_byteswap) argument 138 #define DMU_OT_IS_METADATA(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument 150 ((ot) == DMU_OT_PLAIN_FILE_CONTENTS || (ot) == DMU_OT_UINT64_OTHER) 152 #define DMU_OT_IS_ENCRYPTED(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument 162 ((ot) == DMU_OT_DNODE || (ot) == DMU_OT_OBJSET) [all …]
|
| H A D | zap.h | 118 uint64_t zap_create(objset_t *ds, dmu_object_type_t ot, 120 uint64_t zap_create_dnsize(objset_t *ds, dmu_object_type_t ot, 125 dmu_object_type_t ot, dmu_object_type_t bonustype, int bonuslen, 128 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift, 131 zap_flags_t flags, dmu_object_type_t ot, int leaf_blockshift, 135 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift, 139 uint64_t zap_create_link(objset_t *os, dmu_object_type_t ot, 141 uint64_t zap_create_link_dnsize(objset_t *os, dmu_object_type_t ot, 154 int zap_create_claim(objset_t *ds, uint64_t obj, dmu_object_type_t ot, 159 int normflags, dmu_object_type_t ot, [all …]
|
| H A D | zio_crypt.h | 152 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv, 156 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv,
|
| H A D | arc.h | 257 dmu_object_type_t ot, const uint8_t *salt, const uint8_t *iv, 266 const uint8_t *mac, dmu_object_type_t ot, uint64_t psize, uint64_t lsize, 274 dmu_object_type_t ot, uint64_t psize, uint64_t lsize,
|
| H A D | dnode.h | 431 void dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs, 433 void dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize,
|
| H A D | dsl_crypt.h | 221 dmu_object_type_t ot, boolean_t dedup, boolean_t bswap, uint8_t *salt,
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu_object.c | 47 dmu_object_alloc_impl(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_impl() argument 191 dnode_allocate(dn, ot, blocksize, in dmu_object_alloc_impl() 226 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc() argument 229 return dmu_object_alloc_impl(os, ot, blocksize, 0, bonustype, in dmu_object_alloc() 234 dmu_object_alloc_ibs(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_ibs() argument 238 return dmu_object_alloc_impl(os, ot, blocksize, indirect_blockshift, in dmu_object_alloc_ibs() 246 return (dmu_object_alloc_impl(os, ot, blocksize, 0, bonustype, in dmu_object_alloc_dnsize() 260 return (dmu_object_alloc_impl(os, ot, blocksize, indirect_blockshift, in dmu_object_alloc_hold() 265 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_claim() argument 268 return (dmu_object_claim_dnsize(os, object, ot, blocksize, bonustype, in dmu_object_claim() [all …]
|
| H A D | zap_micro.c | 734 ASSERT3U(DMU_OT_BYTESWAP(ot), ==, DMU_BSWAP_ZAP); in zap_create_impl() 738 obj = dmu_object_alloc_hold(os, ot, 1ULL << leaf_blockshift, in zap_create_impl() 744 obj = dmu_object_alloc_hold(os, ot, 1ULL << leaf_blockshift, in zap_create_impl() 766 0, ot, bonustype, bonuslen, dnodesize, tx)); in zap_create_claim_dnsize() 771 dmu_object_type_t ot, in zap_create_claim_norm() argument 786 ASSERT3U(DMU_OT_BYTESWAP(ot), ==, DMU_BSWAP_ZAP); in zap_create_claim_norm_dnsize() 804 zap_create(objset_t *os, dmu_object_type_t ot, in zap_create() argument 807 return (zap_create_norm(os, 0, ot, bonustype, bonuslen, tx)); in zap_create() 811 zap_create_dnsize(objset_t *os, dmu_object_type_t ot, in zap_create_dnsize() argument 830 return (zap_create_impl(os, normflags, 0, ot, 0, 0, in zap_create_norm_dnsize() [all …]
|
| H A D | zio.c | 525 if (ot == DMU_OT_OBJSET) { in zio_decrypt() 547 if (ot == DMU_OT_INTENT_LOG) { in zio_decrypt() 4092 if (ot != DMU_OT_OBJSET) in zio_encrypt() 4097 ot == DMU_OT_DNODE) { in zio_encrypt() 4110 if (DMU_OT_IS_ENCRYPTED(ot)) in zio_encrypt() 4129 if (ot == DMU_OT_OBJSET) { in zio_encrypt() 4130 ASSERT0(DMU_OT_IS_ENCRYPTED(ot)); in zio_encrypt() 4139 if (!DMU_OT_IS_ENCRYPTED(ot)) { in zio_encrypt() 4169 if (ot == DMU_OT_INTENT_LOG) { in zio_encrypt() 4181 if (ot == DMU_OT_INTENT_LOG) { in zio_encrypt() [all …]
|
| H A D | zap.c | 997 zap_create_link(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, in zap_create_link() argument 1000 return (zap_create_link_dnsize(os, ot, parent_obj, name, 0, tx)); in zap_create_link() 1004 zap_create_link_dnsize(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, in zap_create_link_dnsize() argument 1009 new_obj = zap_create_dnsize(os, ot, DMU_OT_NONE, 0, dnodesize, tx); in zap_create_link_dnsize()
|
| H A D | dnode.c | 574 dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs, in dnode_allocate() argument 601 ASSERT(ot != DMU_OT_NONE); in dnode_allocate() 602 ASSERT(DMU_OT_IS_VALID(ot)); in dnode_allocate() 630 dn->dn_type = ot; in dnode_allocate() 664 dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, in dnode_reallocate() argument 724 dn->dn_type = ot; in dnode_reallocate()
|
| H A D | dsl_crypt.c | 2768 dmu_object_type_t ot, boolean_t dedup, boolean_t bswap, uint8_t *salt, in spa_do_crypt_abd() argument 2802 if (encrypt && ot != DMU_OT_INTENT_LOG && !dedup) { in spa_do_crypt_abd() 2818 ret = zio_do_crypt_data(encrypt, &dck->dck_key, ot, bswap, salt, iv, in spa_do_crypt_abd() 2827 if (zio_injection_enabled && !encrypt && ot != DMU_OT_DNODE && ret == 0) in spa_do_crypt_abd() 2828 ret = zio_handle_decrypt_injection(spa, zb, ot, ECKSUM); in spa_do_crypt_abd()
|
| H A D | dsl_scan.c | 721 dmu_object_type_t ot = 0; in dsl_scan_setup_sync() local 798 ot = DMU_OT_ZAP_OTHER; in dsl_scan_setup_sync() 801 ot ? ot : DMU_OT_SCAN_QUEUE, DMU_OT_NONE, 0, tx); in dsl_scan_setup_sync() 1194 dmu_object_type_t ot = (spa_version(spa) >= SPA_VERSION_DSL_SCRUB) ? in scan_ds_queue_sync() local 1202 scn->scn_phys.scn_queue_obj = zap_create(dp->dp_meta_objset, ot, in scan_ds_queue_sync()
|
| H A D | arc.c | 2933 dmu_object_type_t ot, uint64_t psize, uint64_t lsize, in arc_loan_raw_buf() argument 2937 byteorder, salt, iv, mac, ot, psize, lsize, compression_type, in arc_loan_raw_buf() 3596 dmu_object_type_t ot, const uint8_t *salt, const uint8_t *iv, in arc_convert_to_raw() argument 3601 ASSERT(ot == DMU_OT_DNODE || ot == DMU_OT_OBJSET); in arc_convert_to_raw() 3609 hdr->b_crypt_hdr.b_ot = ot; in arc_convert_to_raw() 3611 DMU_BSWAP_NUMFUNCS : DMU_OT_BYTESWAP(ot); in arc_convert_to_raw() 3680 dmu_object_type_t ot, uint64_t psize, uint64_t lsize, in arc_alloc_raw_buf() argument 3685 arc_buf_contents_t type = DMU_OT_IS_METADATA(ot) ? in arc_alloc_raw_buf() 3697 hdr->b_crypt_hdr.b_ot = ot; in arc_alloc_raw_buf() 3699 DMU_BSWAP_NUMFUNCS : DMU_OT_BYTESWAP(ot); in arc_alloc_raw_buf()
|
| /f-stack/dpdk/drivers/net/cxgbe/base/ |
| H A D | t4_msg.h | 177 union opcode_tid ot; member 192 union opcode_tid ot; member 212 union opcode_tid ot; member 227 union opcode_tid ot; member 250 union opcode_tid ot; member 261 union opcode_tid ot; member 270 union opcode_tid ot; member 277 union opcode_tid ot; member 286 union opcode_tid ot; member 291 union opcode_tid ot; member [all …]
|
| /f-stack/dpdk/lib/librte_ring/ |
| H A D | rte_ring_rts_c11_mem.h | 27 union __rte_ring_rts_poscnt h, ot, nt; in __rte_ring_rts_update_tail() local 34 ot.raw = __atomic_load_n(&ht->tail.raw, __ATOMIC_ACQUIRE); in __rte_ring_rts_update_tail() 40 nt.raw = ot.raw; in __rte_ring_rts_update_tail() 44 } while (__atomic_compare_exchange_n(&ht->tail.raw, &ot.raw, nt.raw, in __rte_ring_rts_update_tail()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zio_crypt.c | 1614 zio_crypt_init_uios(boolean_t encrypt, uint64_t version, dmu_object_type_t ot, in zio_crypt_init_uios() argument 1622 ASSERT(DMU_OT_IS_ENCRYPTED(ot) || ot == DMU_OT_NONE); in zio_crypt_init_uios() 1625 switch (ot) { in zio_crypt_init_uios() 1669 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv, in zio_do_crypt_data() argument 1691 key, salt, ot, iv, mac, datalen, in zio_do_crypt_data() 1701 ret = zio_crypt_init_uios(encrypt, key->zk_version, ot, plainbuf, in zio_do_crypt_data() 1778 zio_do_crypt_abd(boolean_t encrypt, zio_crypt_key_t *key, dmu_object_type_t ot, in zio_do_crypt_abd() argument 1793 ret = zio_do_crypt_data(encrypt, key, ot, byteswap, salt, iv, mac, in zio_do_crypt_abd()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zio_crypt.c | 1825 zio_crypt_init_uios(boolean_t encrypt, uint64_t version, dmu_object_type_t ot, in zio_crypt_init_uios() argument 1833 ASSERT(DMU_OT_IS_ENCRYPTED(ot) || ot == DMU_OT_NONE); in zio_crypt_init_uios() 1836 switch (ot) { in zio_crypt_init_uios() 1878 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv, in zio_do_crypt_data() argument 1929 ot != DMU_OT_INTENT_LOG && ot != DMU_OT_DNODE) { in zio_do_crypt_data() 1957 ret = zio_crypt_init_uios(encrypt, key->zk_version, ot, plainbuf, in zio_do_crypt_data() 2001 zio_do_crypt_abd(boolean_t encrypt, zio_crypt_key_t *key, dmu_object_type_t ot, in zio_do_crypt_abd() argument 2016 ret = zio_do_crypt_data(encrypt, key, ot, byteswap, salt, iv, mac, in zio_do_crypt_abd()
|
| /f-stack/app/nginx-1.16.1/auto/cc/ |
| H A D | owc | 11 CFLAGS="$CFLAGS -ot"
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | twl6040.txt | 5 They are connected ot the host processor via i2c for commands, McPDM for audio
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | fil.c | 7256 ipftuneable_t *ot; local 7259 for (ot = oldtune; ot->ipft_name != NULL; ot++) { 7260 error = ipf_tune_del(softc, ot);
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 3314 ot). 6226 iASL: Fixed the -ot option (display compile times/statistics). Was not
|