Searched refs:img_size (Results 1 – 1 of 1) sorted by relevance
488 unsigned long pos, img_size; in romfs_fill_super() local522 img_size = be32_to_cpu(rsb->size); in romfs_fill_super()524 if (sb->s_mtd && img_size > sb->s_mtd->size) in romfs_fill_super()527 sb->s_fs_info = (void *) img_size; in romfs_fill_super()530 img_size < ROMFH_SIZE) { in romfs_fill_super()537 if (romfs_checksum(rsb, min_t(size_t, img_size, 512))) { in romfs_fill_super()