Home
last modified time | relevance | path

Searched defs:ot (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_object.c46 dmu_object_alloc_impl(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_impl()
201 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc()
209 dmu_object_alloc_ibs(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_ibs()
218 dmu_object_alloc_dnsize(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_dnsize()
226 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_claim()
234 dmu_object_claim_dnsize(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_claim_dnsize()
263 dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_reclaim()
271 dmu_object_reclaim_dnsize(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_reclaim_dnsize()
H A Dzap_micro.c689 zap_create_claim(objset_t *os, uint64_t obj, dmu_object_type_t ot, in zap_create_claim()
697 zap_create_claim_dnsize(objset_t *os, uint64_t obj, dmu_object_type_t ot, in zap_create_claim_dnsize()
706 dmu_object_type_t ot, in zap_create_claim_norm()
715 dmu_object_type_t ot, dmu_object_type_t bonustype, int bonuslen, in zap_create_claim_norm_dnsize()
729 zap_create(objset_t *os, dmu_object_type_t ot, in zap_create()
736 zap_create_dnsize(objset_t *os, dmu_object_type_t ot, in zap_create_dnsize()
744 zap_create_norm(objset_t *os, int normflags, dmu_object_type_t ot, in zap_create_norm()
753 zap_create_norm_dnsize(objset_t *os, int normflags, dmu_object_type_t ot, in zap_create_norm_dnsize()
765 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift, in zap_create_flags()
775 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift, in zap_create_flags_dnsize()
H A Dzio_crypt.c1821 zio_crypt_init_uios(boolean_t encrypt, uint64_t version, dmu_object_type_t ot, in zio_crypt_init_uios()
1874 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv, in zio_do_crypt_data()
1973 zio_do_crypt_abd(boolean_t encrypt, zio_crypt_key_t *key, dmu_object_type_t ot, in zio_do_crypt_abd()
H A Ddnode.c569 dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs, in dnode_allocate()
663 dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, in dnode_reallocate()
H A Dzap.c978 zap_create_link(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, in zap_create_link()
985 zap_create_link_dnsize(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, in zap_create_link_dnsize()
H A Dzio.c375 dmu_object_type_t ot = BP_GET_TYPE(bp); in zio_decrypt() local
3782 dmu_object_type_t ot = BP_GET_TYPE(bp); in zio_encrypt() local
H A Ddsl_scan.c725 dmu_object_type_t ot = 0; in dsl_scan_setup_sync() local
1162 dmu_object_type_t ot = (spa_version(spa) >= SPA_VERSION_DSL_SCRUB) ? in scan_ds_queue_sync() local
H A Darc.c2674 dmu_object_type_t ot, uint64_t psize, uint64_t lsize, in arc_loan_raw_buf()
3406 dmu_object_type_t ot, const uint8_t *salt, const uint8_t *iv, in arc_convert_to_raw()
3529 dmu_object_type_t ot, uint64_t psize, uint64_t lsize, in arc_alloc_raw_buf()
H A Ddsl_crypt.c2795 dmu_object_type_t ot, boolean_t dedup, boolean_t bswap, uint8_t *salt, in spa_do_crypt_abd()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h125 #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
155 #define DMU_OT_IS_ENCRYPTED(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument
164 #define DMU_OT_HAS_FILL(ot) \ argument
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h609 union opcode_tid ot; member
620 union opcode_tid ot; member
633 union opcode_tid ot; member
640 union opcode_tid ot; member
688 union opcode_tid ot; member
749 union opcode_tid ot; member
756 union opcode_tid ot; member
768 union opcode_tid ot; member
785 union opcode_tid ot; member
798 union opcode_tid ot; member
[all …]
/illumos-gate/usr/src/cmd/sh/
H A Dmacro.c574 subst(int in, int ot) in subst()
622 flush(int ot) in flush()
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu.h52 #define DMU_OT_IS_VALID(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument
56 #define DMU_OT_IS_METADATA(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument
/illumos-gate/usr/src/lib/libexacct/demo/
H A Dexdump.c438 ea_object_type_t ot; in disp_obj() local
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_put.c1169 ttymode ot; local
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dmem_addr.c334 int ot = 0; in socket_interleave() local
/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A Dtestregex.c1164 expand(char* os, char* ot) in expand()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c513 struct objtbl *ot; in parsecmd() local
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.h512 union opcode_tid ot; member
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c40 #define DMU_OT_IS_ENCRYPTED_IMPL(ot) mdb_dmu_ot_is_encrypted_impl(ot) argument
588 mdb_dmu_ot_is_encrypted_impl(dmu_object_type_t ot) in mdb_dmu_ot_is_encrypted_impl()