Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_object.c47 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 Dzap_micro.c856 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift, in zap_create_impl()
882 zap_create_claim(objset_t *os, uint64_t obj, dmu_object_type_t ot, in zap_create_claim()
890 zap_create_claim_dnsize(objset_t *os, uint64_t obj, dmu_object_type_t ot, in zap_create_claim_dnsize()
899 dmu_object_type_t ot, in zap_create_claim_norm()
908 dmu_object_type_t ot, dmu_object_type_t bonustype, int bonuslen, in zap_create_claim_norm_dnsize()
932 zap_create(objset_t *os, dmu_object_type_t ot, in zap_create()
939 zap_create_dnsize(objset_t *os, dmu_object_type_t ot, in zap_create_dnsize()
947 zap_create_norm(objset_t *os, int normflags, dmu_object_type_t ot, in zap_create_norm()
955 zap_create_norm_dnsize(objset_t *os, int normflags, dmu_object_type_t ot, in zap_create_norm_dnsize()
964 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift, in zap_create_flags()
[all …]
H A Ddnode.c714 dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs, in dnode_allocate()
806 dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, in dnode_reallocate()
H A Dzap.c1088 zap_create_link(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, in zap_create_link()
1095 zap_create_link_dnsize(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, in zap_create_link_dnsize()
H A Dzio.c512 dmu_object_type_t ot = BP_GET_TYPE(bp); in zio_decrypt() local
4670 dmu_object_type_t ot = BP_GET_TYPE(bp); in zio_encrypt() local
H A Ddsl_scan.c863 dmu_object_type_t ot = 0; in dsl_scan_setup_sync() local
1526 dmu_object_type_t ot = (spa_version(spa) >= SPA_VERSION_DSL_SCRUB) ? in scan_ds_queue_sync() local
H A Darc.c2874 dmu_object_type_t ot, uint64_t psize, uint64_t lsize, in arc_loan_raw_buf()
3415 dmu_object_type_t ot, const uint8_t *salt, const uint8_t *iv, in arc_convert_to_raw()
3494 const uint8_t *mac, dmu_object_type_t ot, uint64_t psize, uint64_t lsize, in arc_alloc_raw_buf()
H A Ddsl_crypt.c2823 dmu_object_type_t ot, boolean_t dedup, boolean_t bswap, uint8_t *salt, in spa_do_crypt_abd()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu.h123 #define DMU_OT_IS_VALID(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument
127 #define DMU_OT_IS_METADATA_CACHED(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument
134 #define DMU_OT_IS_METADATA_IMPL(ot) (dmu_ot[ot].ot_metadata) argument
135 #define DMU_OT_IS_ENCRYPTED_IMPL(ot) (dmu_ot[ot].ot_encrypt) argument
136 #define DMU_OT_BYTESWAP_IMPL(ot) (dmu_ot[ot].ot_byteswap) argument
139 #define DMU_OT_IS_METADATA(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument
143 #define DMU_OT_IS_DDT(ot) \ argument
146 #define DMU_OT_IS_CRITICAL(ot) \ argument
153 #define DMU_OT_IS_FILE(ot) \ argument
156 #define DMU_OT_IS_ENCRYPTED(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument
[all …]
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h520 union opcode_tid ot; member
533 union opcode_tid ot; member
544 union opcode_tid ot; member
582 union opcode_tid ot; member
610 union opcode_tid ot; member
620 union opcode_tid ot; member
662 union opcode_tid ot; member
674 union opcode_tid ot; member
688 union opcode_tid ot; member
695 union opcode_tid ot; member
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getitimer.c155 struct itimerval it, ot; in ATF_TC_BODY() local
175 struct itimerval it, ot; in ATF_TC_BODY() local
/freebsd/contrib/ntp/ntpd/
H A Dcheck_y2k.c490 struct calendar ot; in main() local
572 struct calendar ot; in main() local
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h640 union opcode_tid ot; member
651 union opcode_tid ot; member
664 union opcode_tid ot; member
671 union opcode_tid ot; member
719 union opcode_tid ot; member
780 union opcode_tid ot; member
787 union opcode_tid ot; member
799 union opcode_tid ot; member
815 union opcode_tid ot; member
828 union opcode_tid ot; member
[all …]
/freebsd/sys/fs/nfs/
H A Dnfsrvcache.h69 } ot; member
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c1616 zio_crypt_init_uios(boolean_t encrypt, uint64_t version, dmu_object_type_t ot, in zio_crypt_init_uios()
1673 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv, in zio_do_crypt_data()
1783 zio_do_crypt_abd(boolean_t encrypt, zio_crypt_key_t *key, dmu_object_type_t ot, in zio_do_crypt_abd()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1859 zio_crypt_init_uios(boolean_t encrypt, uint64_t version, dmu_object_type_t ot, in zio_crypt_init_uios()
1912 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv, in zio_do_crypt_data()
2033 zio_do_crypt_abd(boolean_t encrypt, zio_crypt_key_t *key, dmu_object_type_t ot, in zio_do_crypt_abd()
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-event_queue.c333 enum pt_event_type ot; in evq_enqueue_other() local
/freebsd/usr.sbin/pmcstudy/
H A Dpmcstudy.c1545 double un, ot, con, res; in otherassistavx() local
1569 double un, ot, con, res; in otherassistsse() local
1594 double un, ot, con, res; in efficiency1() local
1619 double un, ot, res; in efficiency2() local
/freebsd/contrib/lua/src/
H A Dlopcodes.h398 #define opmode(mm,ot,it,t,a,m) \ argument
H A Dltable.c508 static void reinsert (lua_State *L, Table *ot, Table *t) { in reinsert()
/freebsd/sys/dev/sound/usb/
H A Duaudio.c4050 const struct usb_audio_output_terminal *ot; in uaudio_mixer_verify_desc() member
4186 const struct usb_audio20_output_terminal *ot; in uaudio20_mixer_verify_desc() member
/freebsd/sys/dev/drm2/
H A Ddrm_crtc.c1055 struct drm_connector *connector, *ot; in drm_mode_config_cleanup() local
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c7032 ipftuneable_t *ot; local
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c7535 void report_torus_changes(struct torus *nt, struct torus *ot) in report_torus_changes()