Searched refs:DM_VERITY_OPT_FEC_BLOCKS (Results 1 – 2 of 2) sorted by relevance
514 DM_VERITY_OPT_FEC_BLOCKS " %llu " in verity_fec_status_table()568 !strcasecmp(arg_name, DM_VERITY_OPT_FEC_BLOCKS) || in verity_is_fec_opt_arg()598 } else if (!strcasecmp(arg_name, DM_VERITY_OPT_FEC_BLOCKS)) { in verity_fec_parse_opt_args()602 ti->error = "Invalid " DM_VERITY_OPT_FEC_BLOCKS; in verity_fec_parse_opt_args()699 ti->error = "Missing " DM_VERITY_OPT_FEC_BLOCKS; in verity_fec_ctr()712 ti->error = "Invalid " DM_VERITY_OPT_FEC_BLOCKS; in verity_fec_ctr()723 DM_VERITY_OPT_FEC_BLOCKS; in verity_fec_ctr()
30 #define DM_VERITY_OPT_FEC_BLOCKS "fec_blocks" macro