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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Drfd_ftl.c359 void *sector_data; local
366 sector_data = kmalloc(SECTOR_SIZE, GFP_KERNEL);
367 if (!sector_data)
416 SECTOR_SIZE, &retlen, sector_data);
430 entry, sector_data);
439 kfree(sector_data);

Completed in 29 milliseconds