Searched refs:sector_map (Results 1 - 2 of 2) 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.c85 u_long *sector_map; member in struct:partition
129 if (part->sector_map[entry] != -1) {
137 part->sector_map[entry] = block->offset +
191 part->sector_map = vmalloc(part->sector_count * sizeof(u_long));
192 if (!part->sector_map) {
199 part->sector_map[i] = -1;
233 vfree(part->sector_map);
250 addr = part->sector_map[sector];
683 part->sector_map[sector] = addr;
728 old_addr = part->sector_map[secto
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dxdf_io.c36 typedef struct sector_map { struct

Completed in 161 milliseconds