logmax 65 drivers/mtd/parsers/sharpslpart.c unsigned int logmax; logmax 180 drivers/mtd/parsers/sharpslpart.c ftl->logmax = ((phymax * 95) / 100) - 1; logmax 182 drivers/mtd/parsers/sharpslpart.c ftl->log2phy = kmalloc_array(ftl->logmax, sizeof(*ftl->log2phy), logmax 190 drivers/mtd/parsers/sharpslpart.c for (i = 0; i < ftl->logmax; i++) logmax 207 drivers/mtd/parsers/sharpslpart.c if (log_num > 0 && log_num < ftl->logmax) { logmax 214 drivers/mtd/parsers/sharpslpart.c phymax, ftl->logmax, phymax - ftl->logmax); logmax 243 drivers/mtd/parsers/sharpslpart.c if (len <= 0 || log_num >= ftl->logmax || final_log_num > log_num)