Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_fletcher4.c48 fletcher4_op_t fc_operation; member
216 if (item == NULL || (context->fc_operation == F4_VALIDATE && in chain_fletcher4()
227 boolean_t swap = (context->fc_operation == F4_VALIDATE && in chain_fletcher4()
228 ATTR_IS_SET(CA_BYTESWAPPED)) || (context->fc_operation == F4_SET && in chain_fletcher4()
241 if (context->fc_operation == F4_VALIDATE) { in chain_fletcher4()
255 if (context->fc_operation == F4_VALIDATE) { in chain_fletcher4()
306 context->fc_operation = operation; in fletcher4_serial_step()