hd_size            40 block/partitions/atari.c 	u32 hd_size;
hd_size            58 block/partitions/atari.c 	hd_size = state->bdev->bd_inode->i_size >> 9;
hd_size            59 block/partitions/atari.c 	if (!VALID_PARTITION(&rs->part[0], hd_size) &&
hd_size            60 block/partitions/atari.c 	    !VALID_PARTITION(&rs->part[1], hd_size) &&
hd_size            61 block/partitions/atari.c 	    !VALID_PARTITION(&rs->part[2], hd_size) &&
hd_size            62 block/partitions/atari.c 	    !VALID_PARTITION(&rs->part[3], hd_size)) {