Searched refs:OPTION_ENABLED (Results 1 – 8 of 8) sorted by relevance
158 if (OPTION_ENABLED(CA_DUMP_DATA)) { in maybe_dump_payload()201 if (OPTION_ENABLED(CA_VERBOSE)) in dump_begin_record()255 if (OPTION_ENABLED(CA_VERBOSE)) { in dump_object_record()285 if (OPTION_ENABLED(CA_VERBOSE)) { in dump_freeobjects_record()297 if (OPTION_ENABLED(CA_VERBOSE)) { in dump_write_record()325 if (OPTION_ENABLED(CA_VERBOSE)) { in dump_write_byref_record()348 if (OPTION_ENABLED(CA_VERBOSE)) { in dump_free_record()362 if (OPTION_ENABLED(CA_VERBOSE)) { in dump_spill_record()386 if (OPTION_ENABLED(CA_VERBOSE)) { in dump_write_embedded_record()408 if (OPTION_ENABLED(CA_VERBOSE)) { in dump_object_range_record()[all …]
173 if (OPTION_ENABLED(CA_FORBID_DEDUP) && is_deduped) { in set_stream_attributes()178 boolean_t req_dedup = OPTION_ENABLED(CA_REQUIRE_DEDUP); in set_stream_attributes()184 boolean_t req_native = OPTION_ENABLED(CA_REQUIRE_NATIVE_ENDIAN); in set_stream_attributes()201 if (OPTION_ENABLED(CA_BIG_ENDIAN_OUT)) in set_stream_attributes()203 else if (OPTION_ENABLED(CA_LITTLE_ENDIAN_OUT)) in set_stream_attributes()205 else if (OPTION_ENABLED(CA_OPPOSITE_ENDIAN_OUT)) in set_stream_attributes()326 uint32_t drr_type = OPTION_ENABLED(CA_BYTESWAP_ON_OUTPUT) ? in chain_write()
77 boolean_t swap = OPTION_ENABLED(CA_BYTESWAP_ON_OUTPUT); in chain_add_fletcher4()110 if (item == NULL || OPTION_ENABLED(CA_IGNORE_CKSUMS)) { in chain_validate_fletcher4()
83 if (OPTION_ENABLED(CA_VERBOSE)) { in chain_decompress_named_writes()118 if (OPTION_ENABLED(CA_VERBOSE)) { in chain_decompress_named_writes()
109 #define OPTION_ENABLED(option) (!!(chain_attrs->ca_command_opts & (option))) macro
55 if (OPTION_ENABLED(CA_DO_NOT_VALIDATE)) in chain_validate_records()
73 if (OPTION_ENABLED(CA_VERBOSE)) { in chain_drop_records()
53 OPTION_ENABLED(CA_BYTESWAP_ON_OUTPUT)); in chain_byteswap()