| /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() 226 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc() 234 dmu_object_alloc_ibs(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_ibs() 243 dmu_object_alloc_dnsize(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_dnsize() 256 dmu_object_alloc_hold(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_hold() 265 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_claim() 273 dmu_object_claim_dnsize(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_claim_dnsize() 303 dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_reclaim() 311 dmu_object_reclaim_dnsize(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_reclaim_dnsize()
|
| H A D | zap_micro.c | 728 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift, in zap_create_impl() 754 zap_create_claim(objset_t *os, uint64_t obj, dmu_object_type_t ot, in zap_create_claim() 762 zap_create_claim_dnsize(objset_t *os, uint64_t obj, dmu_object_type_t ot, in zap_create_claim_dnsize() 771 dmu_object_type_t ot, in zap_create_claim_norm() 780 dmu_object_type_t ot, dmu_object_type_t bonustype, int bonuslen, in zap_create_claim_norm_dnsize() 804 zap_create(objset_t *os, dmu_object_type_t ot, in zap_create() 811 zap_create_dnsize(objset_t *os, dmu_object_type_t ot, in zap_create_dnsize() 819 zap_create_norm(objset_t *os, int normflags, dmu_object_type_t ot, in zap_create_norm() 836 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift, in zap_create_flags() 845 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift, in zap_create_flags_dnsize() [all …]
|
| H A D | dnode.c | 574 dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs, in dnode_allocate() 664 dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, in dnode_reallocate()
|
| 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() 1004 zap_create_link_dnsize(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, in zap_create_link_dnsize()
|
| H A D | zio.c | 464 dmu_object_type_t ot = BP_GET_TYPE(bp); in zio_decrypt() local 4066 dmu_object_type_t ot = BP_GET_TYPE(bp); in zio_encrypt() local
|
| H A D | dsl_scan.c | 721 dmu_object_type_t ot = 0; in dsl_scan_setup_sync() local 1194 dmu_object_type_t ot = (spa_version(spa) >= SPA_VERSION_DSL_SCRUB) ? in scan_ds_queue_sync() local
|
| H A D | arc.c | 2933 dmu_object_type_t ot, uint64_t psize, uint64_t lsize, in arc_loan_raw_buf() 3596 dmu_object_type_t ot, const uint8_t *salt, const uint8_t *iv, in arc_convert_to_raw() 3680 dmu_object_type_t ot, uint64_t psize, uint64_t lsize, in arc_alloc_raw_buf()
|
| 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()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dmu.h | 122 #define DMU_OT_IS_VALID(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 142 #define DMU_OT_IS_DDT(ot) \ argument 145 #define DMU_OT_IS_ZIL(ot) \ argument 149 #define DMU_OT_IS_FILE(ot) \ argument 152 #define DMU_OT_IS_ENCRYPTED(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument 161 #define DMU_OT_HAS_FILL(ot) \ argument [all …]
|
| /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
|
| /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() 1878 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv, 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()
|
| /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() 1669 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv, 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()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | fil.c | 7256 ipftuneable_t *ot; local
|