check_part         42 block/partitions/check.c static int (*check_part[])(struct parsed_partitions *) = {
check_part        165 block/partitions/check.c 	while (!res && check_part[i]) {
check_part        167 block/partitions/check.c 		res = check_part[i++](state);