rec_best          234 lib/raid6/algos.c 	const struct raid6_recov_calls *rec_best;
rec_best          257 lib/raid6/algos.c 	rec_best = raid6_choose_recov();
rec_best          261 lib/raid6/algos.c 	return gen_best && rec_best ? 0 : -EINVAL;