Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_dump.c148 if (OPTION_ENABLED(CA_DUMP_DATA)) { in maybe_dump_payload()
176 if (!OPTION_ENABLED(CA_DUMP_BEGIN_AND_END) && in dump_begin_record()
177 !OPTION_ENABLED(CA_DUMP_ALL_RECORDS)) in dump_begin_record()
195 if (OPTION_ENABLED(CA_VERBOSE)) in dump_begin_record()
237 if (!OPTION_ENABLED(CA_DUMP_BEGIN_AND_END) && in dump_end_record()
238 !OPTION_ENABLED(CA_DUMP_ALL_RECORDS)) in dump_end_record()
253 if (OPTION_ENABLED(CA_DUMP_ALL_RECORDS)) { in dump_object_record()
283 if (OPTION_ENABLED(CA_DUMP_ALL_RECORDS)) { in dump_freeobjects_record()
295 if (OPTION_ENABLED(CA_DUMP_ALL_RECORDS)) { in dump_write_record()
323 if (OPTION_ENABLED(CA_DUMP_ALL_RECORDS)) { in dump_write_byref_record()
[all …]
H A Dzstream_io.c228 if (OPTION_ENABLED(CA_FORBID_DEDUP) && is_deduped) { in set_stream_attributes()
233 boolean_t req_dedup = OPTION_ENABLED(CA_REQUIRE_DEDUP); in set_stream_attributes()
239 boolean_t req_native = OPTION_ENABLED(CA_REQUIRE_NATIVE_ENDIAN); in set_stream_attributes()
256 if (OPTION_ENABLED(CA_BIG_ENDIAN_OUT)) in set_stream_attributes()
258 else if (OPTION_ENABLED(CA_LITTLE_ENDIAN_OUT)) in set_stream_attributes()
260 else if (OPTION_ENABLED(CA_OPPOSITE_ENDIAN_OUT)) in set_stream_attributes()
441 uint32_t drr_type = OPTION_ENABLED(CA_BYTESWAP_ON_OUTPUT) ? in chain_write()
H A Dzstream_decompress.c75 if (OPTION_ENABLED(CA_VERBOSE)) { in chain_decompress_named_writes()
108 if (OPTION_ENABLED(CA_VERBOSE)) { in chain_decompress_named_writes()
H A Dzstream_fletcher4.c217 OPTION_ENABLED(CA_IGNORE_CKSUMS))) { in chain_fletcher4()
229 OPTION_ENABLED(CA_BYTESWAP_ON_OUTPUT)); in chain_fletcher4()
H A Dzstream_chain.h117 #define OPTION_ENABLED(option) (!!(chain_attrs->ca_command_opts & (option))) macro
H A Dzstream_drop_record.c65 if (OPTION_ENABLED(CA_VERBOSE)) { in chain_drop_records()
H A Dzstream_validate.c84 if (OPTION_ENABLED(CA_DO_NOT_VALIDATE)) in chain_validate_records()
H A Dzstream_byteswap.c53 OPTION_ENABLED(CA_BYTESWAP_ON_OUTPUT)); in chain_byteswap()
H A Dzstream_raw.c510 if (OPTION_ENABLED(CA_VERBOSE)) in zstream_do_raw()