Symbol: INFTLrecord
drivers/mtd/inftlcore.c
119
struct INFTLrecord *inftl = (void *)dev;
drivers/mtd/inftlcore.c
198
static u16 INFTL_findfreeblock(struct INFTLrecord *inftl, int desperate)
drivers/mtd/inftlcore.c
236
static u16 INFTL_foldchain(struct INFTLrecord *inftl, unsigned thisVUC, unsigned pendingblock)
drivers/mtd/inftlcore.c
37
struct INFTLrecord *inftl;
drivers/mtd/inftlcore.c
395
static u16 INFTL_makefreeblock(struct INFTLrecord *inftl, unsigned pendingblock)
drivers/mtd/inftlcore.c
460
static inline u16 INFTL_findwriteunit(struct INFTLrecord *inftl, unsigned block)
drivers/mtd/inftlcore.c
626
static void INFTL_trydeletechain(struct INFTLrecord *inftl, unsigned thisVUC)
drivers/mtd/inftlcore.c
746
static int INFTL_deleteblock(struct INFTLrecord *inftl, unsigned block)
drivers/mtd/inftlcore.c
808
struct INFTLrecord *inftl = (void *)mbd;
drivers/mtd/inftlcore.c
856
struct INFTLrecord *inftl = (void *)mbd;
drivers/mtd/inftlcore.c
919
struct INFTLrecord *inftl = (void *)dev;
drivers/mtd/inftlmount.c
31
static int find_boot_record(struct INFTLrecord *inftl)
drivers/mtd/inftlmount.c
316
static int check_free_sectors(struct INFTLrecord *inftl, unsigned int address,
drivers/mtd/inftlmount.c
361
int INFTL_formatblock(struct INFTLrecord *inftl, int block)
drivers/mtd/inftlmount.c
427
static void format_chain(struct INFTLrecord *inftl, unsigned int first_block)
drivers/mtd/inftlmount.c
455
void INFTL_dumptables(struct INFTLrecord *s)
drivers/mtd/inftlmount.c
500
void INFTL_dumpVUchains(struct INFTLrecord *s)
drivers/mtd/inftlmount.c
526
int INFTL_mount(struct INFTLrecord *s)
include/linux/mtd/inftl.h
50
int INFTL_mount(struct INFTLrecord *s);
include/linux/mtd/inftl.h
51
int INFTL_formatblock(struct INFTLrecord *s, int block);
include/linux/mtd/inftl.h
53
void INFTL_dumptables(struct INFTLrecord *s);
include/linux/mtd/inftl.h
54
void INFTL_dumpVUchains(struct INFTLrecord *s);