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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dcheck.c48 static int (*check_part[])(struct parsed_partitions *) = { variable
182 while (!res && check_part[i]) {
184 res = check_part[i++](state);

Completed in 32 milliseconds