INFTLrecord        37 drivers/mtd/inftlcore.c 	struct INFTLrecord *inftl;
INFTLrecord       119 drivers/mtd/inftlcore.c 	struct INFTLrecord *inftl = (void *)dev;
INFTLrecord       198 drivers/mtd/inftlcore.c static u16 INFTL_findfreeblock(struct INFTLrecord *inftl, int desperate)
INFTLrecord       236 drivers/mtd/inftlcore.c static u16 INFTL_foldchain(struct INFTLrecord *inftl, unsigned thisVUC, unsigned pendingblock)
INFTLrecord       395 drivers/mtd/inftlcore.c static u16 INFTL_makefreeblock(struct INFTLrecord *inftl, unsigned pendingblock)
INFTLrecord       460 drivers/mtd/inftlcore.c static inline u16 INFTL_findwriteunit(struct INFTLrecord *inftl, unsigned block)
INFTLrecord       625 drivers/mtd/inftlcore.c static void INFTL_trydeletechain(struct INFTLrecord *inftl, unsigned thisVUC)
INFTLrecord       745 drivers/mtd/inftlcore.c static int INFTL_deleteblock(struct INFTLrecord *inftl, unsigned block)
INFTLrecord       807 drivers/mtd/inftlcore.c 	struct INFTLrecord *inftl = (void *)mbd;
INFTLrecord       855 drivers/mtd/inftlcore.c 	struct INFTLrecord *inftl = (void *)mbd;
INFTLrecord       918 drivers/mtd/inftlcore.c 	struct INFTLrecord *inftl = (void *)dev;
INFTLrecord        31 drivers/mtd/inftlmount.c static int find_boot_record(struct INFTLrecord *inftl)
INFTLrecord       323 drivers/mtd/inftlmount.c static int check_free_sectors(struct INFTLrecord *inftl, unsigned int address,
INFTLrecord       368 drivers/mtd/inftlmount.c int INFTL_formatblock(struct INFTLrecord *inftl, int block)
INFTLrecord       434 drivers/mtd/inftlmount.c static void format_chain(struct INFTLrecord *inftl, unsigned int first_block)
INFTLrecord       462 drivers/mtd/inftlmount.c void INFTL_dumptables(struct INFTLrecord *s)
INFTLrecord       507 drivers/mtd/inftlmount.c void INFTL_dumpVUchains(struct INFTLrecord *s)
INFTLrecord       533 drivers/mtd/inftlmount.c int INFTL_mount(struct INFTLrecord *s)
INFTLrecord        50 include/linux/mtd/inftl.h int INFTL_mount(struct INFTLrecord *s);
INFTLrecord        51 include/linux/mtd/inftl.h int INFTL_formatblock(struct INFTLrecord *s, int block);
INFTLrecord        53 include/linux/mtd/inftl.h void INFTL_dumptables(struct INFTLrecord *s);
INFTLrecord        54 include/linux/mtd/inftl.h void INFTL_dumpVUchains(struct INFTLrecord *s);