Searched defs:inftl (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/mtd/ |
H A D | Makefile | |
H A D | inftlmount.c | 44 static int find_boot_record(struct INFTLrecord *inftl) find_boot_record() argument 336 static int check_free_sectors(struct INFTLrecord *inftl, unsigned int address, check_free_sectors() argument 372 int INFTL_formatblock(struct INFTLrecord *inftl, int block) INFTL_formatblock() argument 438 static void format_chain(struct INFTLrecord *inftl, unsigned int first_block) format_chain() argument
|
H A D | inftlcore.c | 50 struct INFTLrecord *inftl; inftl_add_mtd() local 132 struct INFTLrecord *inftl = (void *)dev; inftl_remove_dev() local 211 static u16 INFTL_findfreeblock(struct INFTLrecord *inftl, int desperate) INFTL_findfreeblock() argument 249 static u16 INFTL_foldchain(struct INFTLrecord *inftl, unsigned thisVUC, unsigned pendingblock) INFTL_foldchain() argument 408 static u16 INFTL_makefreeblock(struct INFTLrecord *inftl, unsigned pendingblock) INFTL_makefreeblock() argument 473 static inline u16 INFTL_findwriteunit(struct INFTLrecord *inftl, unsigned block) INFTL_findwriteunit() argument 638 static void INFTL_trydeletechain(struct INFTLrecord *inftl, unsigned thisVUC) INFTL_trydeletechain() argument 758 static int INFTL_deleteblock(struct INFTLrecord *inftl, unsigned block) INFTL_deleteblock() argument 820 struct INFTLrecord *inftl = (void *)mbd; inftl_writeblock() local 868 struct INFTLrecord *inftl = (void *)mbd; inftl_readblock() local 931 struct INFTLrecord *inftl = (void *)dev; inftl_getgeo() local
|
Completed in 295 milliseconds