Home
last modified time | relevance | path

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

/block/partitions/
Dcheck.c42 static int (*check_part[])(struct parsed_partitions *) = { variable
165 while (!res && check_part[i]) { in check_partition()
167 res = check_part[i++](state); in check_partition()