sector_map         87 drivers/mtd/rfd_ftl.c 	u_long *sector_map;
sector_map        131 drivers/mtd/rfd_ftl.c 		if (part->sector_map[entry] != -1) {
sector_map        139 drivers/mtd/rfd_ftl.c 		part->sector_map[entry] = block->offset +
sector_map        193 drivers/mtd/rfd_ftl.c 	part->sector_map = vmalloc(array_size(sizeof(u_long),
sector_map        195 drivers/mtd/rfd_ftl.c 	if (!part->sector_map) {
sector_map        202 drivers/mtd/rfd_ftl.c 		part->sector_map[i] = -1;
sector_map        236 drivers/mtd/rfd_ftl.c 	vfree(part->sector_map);
sector_map        253 drivers/mtd/rfd_ftl.c 	addr = part->sector_map[sector];
sector_map        645 drivers/mtd/rfd_ftl.c 	part->sector_map[sector] = addr;
sector_map        689 drivers/mtd/rfd_ftl.c 	old_addr = part->sector_map[sector];
sector_map        702 drivers/mtd/rfd_ftl.c 		part->sector_map[sector] = -1;
sector_map        778 drivers/mtd/rfd_ftl.c 	vfree(part->sector_map);
sector_map       3818 drivers/mtd/spi-nor/spi-nor.c 	const u32 *sector_map;
sector_map       3839 drivers/mtd/spi-nor/spi-nor.c 	sector_map = spi_nor_get_map_in_use(nor, smpt, smpt_header->length);
sector_map       3840 drivers/mtd/spi-nor/spi-nor.c 	if (IS_ERR(sector_map)) {
sector_map       3841 drivers/mtd/spi-nor/spi-nor.c 		ret = PTR_ERR(sector_map);
sector_map       3845 drivers/mtd/spi-nor/spi-nor.c 	ret = spi_nor_init_non_uniform_erase_map(nor, params, sector_map);