static int afs_parse_v2_partition(struct mtd_info *mtd, u_int off, struct mtd_partition *part) { u_int ptr; u32 footer[12]; u32 imginfo[36]; char *name; u32 version; u32 entrypoint; u32 attributes; u32 region_count; u32 block_start;...