Home
last modified time | relevance | path

Searched refs:INFTLrecord (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/include/linux/mtd/
A Dinftl.h28 struct INFTLrecord { struct
50 int INFTL_mount(struct INFTLrecord *s); argument
51 int INFTL_formatblock(struct INFTLrecord *s, int block);
53 void INFTL_dumptables(struct INFTLrecord *s);
54 void INFTL_dumpVUchains(struct INFTLrecord *s);
/linux-6.3-rc2/drivers/mtd/
A Dinftlcore.c37 struct INFTLrecord *inftl; in inftl_add_mtd()
119 struct INFTLrecord *inftl = (void *)dev; in inftl_remove_dev()
198 static u16 INFTL_findfreeblock(struct INFTLrecord *inftl, int desperate) in INFTL_findfreeblock()
236 static u16 INFTL_foldchain(struct INFTLrecord *inftl, unsigned thisVUC, unsigned pendingblock) in INFTL_foldchain()
395 static u16 INFTL_makefreeblock(struct INFTLrecord *inftl, unsigned pendingblock) in INFTL_makefreeblock()
460 static inline u16 INFTL_findwriteunit(struct INFTLrecord *inftl, unsigned block) in INFTL_findwriteunit()
625 static void INFTL_trydeletechain(struct INFTLrecord *inftl, unsigned thisVUC) in INFTL_trydeletechain()
745 static int INFTL_deleteblock(struct INFTLrecord *inftl, unsigned block) in INFTL_deleteblock()
807 struct INFTLrecord *inftl = (void *)mbd; in inftl_writeblock()
855 struct INFTLrecord *inftl = (void *)mbd; in inftl_readblock()
[all …]
A Dinftlmount.c31 static int find_boot_record(struct INFTLrecord *inftl) in find_boot_record()
316 static int check_free_sectors(struct INFTLrecord *inftl, unsigned int address, in check_free_sectors()
361 int INFTL_formatblock(struct INFTLrecord *inftl, int block) in INFTL_formatblock()
427 static void format_chain(struct INFTLrecord *inftl, unsigned int first_block) in format_chain()
455 void INFTL_dumptables(struct INFTLrecord *s) in INFTL_dumptables()
500 void INFTL_dumpVUchains(struct INFTLrecord *s) in INFTL_dumpVUchains()
526 int INFTL_mount(struct INFTLrecord *s) in INFTL_mount()

Completed in 8 milliseconds