Lines Matching refs:INFTLrecord
50 struct INFTLrecord *inftl; in inftl_add_mtd()
132 struct INFTLrecord *inftl = (void *)dev; in inftl_remove_dev()
211 static u16 INFTL_findfreeblock(struct INFTLrecord *inftl, int desperate) in INFTL_findfreeblock()
249 static u16 INFTL_foldchain(struct INFTLrecord *inftl, unsigned thisVUC, unsigned pendingblock) in INFTL_foldchain()
408 static u16 INFTL_makefreeblock(struct INFTLrecord *inftl, unsigned pendingblock) in INFTL_makefreeblock()
473 static inline u16 INFTL_findwriteunit(struct INFTLrecord *inftl, unsigned block) in INFTL_findwriteunit()
638 static void INFTL_trydeletechain(struct INFTLrecord *inftl, unsigned thisVUC) in INFTL_trydeletechain()
758 static int INFTL_deleteblock(struct INFTLrecord *inftl, unsigned block) in INFTL_deleteblock()
820 struct INFTLrecord *inftl = (void *)mbd; in inftl_writeblock()
868 struct INFTLrecord *inftl = (void *)mbd; in inftl_readblock()
931 struct INFTLrecord *inftl = (void *)dev; in inftl_getgeo()