Searched refs:INFTL_formatblock (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | inftl.h | 51 int INFTL_formatblock(struct INFTLrecord *s, int block);
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | inftl.h | 51 int INFTL_formatblock(struct INFTLrecord *s, int block);
|
/kernel/linux/linux-5.10/drivers/mtd/ |
H A D | inftlmount.c | 368 int INFTL_formatblock(struct INFTLrecord *inftl, int block) in INFTL_formatblock() function 376 pr_debug("INFTL: INFTL_formatblock(inftl=%p,block=%d)\n", inftl, block); in INFTL_formatblock() 445 if (INFTL_formatblock(inftl, block) < 0) { in format_chain() 773 if (INFTL_formatblock(s, block) < 0) in INFTL_mount()
|
H A D | inftlcore.c | 380 if (INFTL_formatblock(inftl, thisEUN) < 0) { in INFTL_foldchain() 722 if (INFTL_formatblock(inftl, thisEUN) < 0) { in INFTL_trydeletechain()
|
/kernel/linux/linux-6.6/drivers/mtd/ |
H A D | inftlmount.c | 361 int INFTL_formatblock(struct INFTLrecord *inftl, int block) in INFTL_formatblock() function 369 pr_debug("INFTL: INFTL_formatblock(inftl=%p,block=%d)\n", inftl, block); in INFTL_formatblock() 438 if (INFTL_formatblock(inftl, block) < 0) { in format_chain() 762 if (INFTL_formatblock(s, block) < 0) in INFTL_mount()
|
H A D | inftlcore.c | 380 if (INFTL_formatblock(inftl, thisEUN) < 0) { in INFTL_foldchain() 722 if (INFTL_formatblock(inftl, thisEUN) < 0) { in INFTL_trydeletechain()
|
Completed in 5 milliseconds