zonesize 90 drivers/usb/storage/alauda.c unsigned int zonesize; /* number of blocks per zone */ zonesize 432 drivers/usb/storage/alauda.c MEDIA_INFO(us).zonesize = 1 << media_info->zoneshift; zonesize 547 drivers/usb/storage/alauda.c for (i = 0; i < info->zonesize; i++) zonesize 563 drivers/usb/storage/alauda.c unsigned int zonesize = MEDIA_INFO(us).zonesize; zonesize 567 drivers/usb/storage/alauda.c unsigned int zone_base_pba = zone * zonesize; zonesize 568 drivers/usb/storage/alauda.c u16 *lba_to_pba = kcalloc(zonesize, sizeof(u16), GFP_NOIO); zonesize 569 drivers/usb/storage/alauda.c u16 *pba_to_lba = kcalloc(zonesize, sizeof(u16), GFP_NOIO); zonesize 578 drivers/usb/storage/alauda.c for (i = 0; i < zonesize; i++) zonesize 581 drivers/usb/storage/alauda.c for (i = 0; i < zonesize; i++) { zonesize 809 drivers/usb/storage/alauda.c unsigned int zonesize = MEDIA_INFO(us).zonesize; zonesize 887 drivers/usb/storage/alauda.c new_pba_offset = new_pba - (zone * zonesize); zonesize 893 drivers/usb/storage/alauda.c unsigned int pba_offset = pba - (zone * zonesize); zonesize 6587 mm/page_alloc.c static unsigned long __init usemap_size(unsigned long zone_start_pfn, unsigned long zonesize) zonesize 6591 mm/page_alloc.c zonesize += zone_start_pfn & (pageblock_nr_pages-1); zonesize 6592 mm/page_alloc.c usemapsize = roundup(zonesize, pageblock_nr_pages); zonesize 6603 mm/page_alloc.c unsigned long zonesize) zonesize 6605 mm/page_alloc.c unsigned long usemapsize = usemap_size(zone_start_pfn, zonesize); zonesize 6618 mm/page_alloc.c unsigned long zone_start_pfn, unsigned long zonesize) {}