Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/mtd/
Dnftl.h42 int NFTL_formatblock(struct NFTLrecord *s, int block);
/linux-6.12.1/drivers/mtd/
Dnftlmount.c302 int NFTL_formatblock(struct NFTLrecord *nftl, int block) in NFTL_formatblock() function
465 if (NFTL_formatblock(nftl, block) < 0) { in format_chain()
621 if (NFTL_formatblock(s, block) < 0) { in NFTL_mount()
770 if (NFTL_formatblock(s, block) < 0) in NFTL_mount()
Dnftlcore.c451 if (NFTL_formatblock(nftl, thisEUN) < 0) { in NFTL_foldchain()