Home
last modified time | relevance | path

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

/fs/partitions/
Dcheck.c46 static int (*check_part[])(struct parsed_partitions *, struct block_device *) = { variable
173 while (!res && check_part[i]) { in check_partition()
175 res = check_part[i++](state, bdev); in check_partition()