Home
last modified time | relevance | path

Searched refs:ca_command_opts (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_chain.h109 #define OPTION_ENABLED(option) (!!(chain_attrs->ca_command_opts & (option)))
113 #define ENABLE_OPTION(attrs, opt) ((attrs)->ca_command_opts |= (opt))
129 uint64_t ca_command_opts; /* Command line options */ member
H A Dzstream_recompress.c246 chain_attrs_t attrs = { .ca_command_opts = CA_FORBID_DEDUP }; in zstream_do_recompress()
H A Dzstream_redup.c254 if (attrs.ca_command_opts & CA_VERBOSE) { in zstream_do_redup()
H A Dzstream_dump.c499 if (attrs.ca_command_opts & CA_VERBOSE) { in zstream_do_dump()