Searched refs:ca_command_opts (Results 1 – 4 of 4) sorted by relevance
109 #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
246 chain_attrs_t attrs = { .ca_command_opts = CA_FORBID_DEDUP }; in zstream_do_recompress()
254 if (attrs.ca_command_opts & CA_VERBOSE) { in zstream_do_redup()
499 if (attrs.ca_command_opts & CA_VERBOSE) { in zstream_do_dump()