Home
last modified time | relevance | path

Searched defs:inftl (Results 1 – 2 of 2) sorted by relevance

/drivers/mtd/
Dinftlcore.c50 struct INFTLrecord *inftl; in inftl_add_mtd() local
134 struct INFTLrecord *inftl = (void *)dev; in inftl_remove_dev() local
214 static u16 INFTL_findfreeblock(struct INFTLrecord *inftl, int desperate) in INFTL_findfreeblock()
252 static u16 INFTL_foldchain(struct INFTLrecord *inftl, unsigned thisVUC, unsigned pendingblock) in INFTL_foldchain()
410 static u16 INFTL_makefreeblock(struct INFTLrecord *inftl, unsigned pendingblock) in INFTL_makefreeblock()
475 static inline u16 INFTL_findwriteunit(struct INFTLrecord *inftl, unsigned block) in INFTL_findwriteunit()
640 static void INFTL_trydeletechain(struct INFTLrecord *inftl, unsigned thisVUC) in INFTL_trydeletechain()
760 static int INFTL_deleteblock(struct INFTLrecord *inftl, unsigned block) in INFTL_deleteblock()
822 struct INFTLrecord *inftl = (void *)mbd; in inftl_writeblock() local
870 struct INFTLrecord *inftl = (void *)mbd; in inftl_readblock() local
[all …]
Dinftlmount.c47 static int find_boot_record(struct INFTLrecord *inftl) in find_boot_record()
345 static int check_free_sectors(struct INFTLrecord *inftl, unsigned int address, in check_free_sectors()
381 int INFTL_formatblock(struct INFTLrecord *inftl, int block) in INFTL_formatblock()
448 static void format_chain(struct INFTLrecord *inftl, unsigned int first_block) in format_chain()