Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Ddm-verity-fec.c520 DM_VERITY_OPT_FEC_ROOTS " %d", in verity_fec_status_table()
574 !strcasecmp(arg_name, DM_VERITY_OPT_FEC_ROOTS)); in verity_is_fec_opt_arg()
620 } else if (!strcasecmp(arg_name, DM_VERITY_OPT_FEC_ROOTS)) { in verity_fec_parse_opt_args()
624 ti->error = "Invalid " DM_VERITY_OPT_FEC_ROOTS; in verity_fec_parse_opt_args()
697 ti->error = "Missing " DM_VERITY_OPT_FEC_ROOTS; in verity_fec_ctr()
H A Ddm-verity-fec.h32 #define DM_VERITY_OPT_FEC_ROOTS "fec_roots" macro