Home
last modified time | relevance | path

Searched refs:OPTION_ENABLED (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_dump.c158 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 …]
H A Dzstream_io.c173 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()
H A Dzstream_fletcher4.c77 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()
H A Dzstream_decompress.c83 if (OPTION_ENABLED(CA_VERBOSE)) { in chain_decompress_named_writes()
118 if (OPTION_ENABLED(CA_VERBOSE)) { in chain_decompress_named_writes()
H A Dzstream_chain.h109 #define OPTION_ENABLED(option) (!!(chain_attrs->ca_command_opts & (option))) macro
H A Dzstream_validate.c55 if (OPTION_ENABLED(CA_DO_NOT_VALIDATE)) in chain_validate_records()
H A Dzstream_drop_record.c73 if (OPTION_ENABLED(CA_VERBOSE)) { in chain_drop_records()
H A Dzstream_byteswap.c53 OPTION_ENABLED(CA_BYTESWAP_ON_OUTPUT)); in chain_byteswap()