Searched refs:check_free_sectors (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ |
D | nftlmount.c | 262 static int check_free_sectors(struct NFTLrecord *nftl, unsigned int address, int len, in check_free_sectors() function 348 if (check_free_sectors(nftl, instr->addr, nftl->EraseSize, 1) != 0) in NFTL_formatblock() 396 check_free_sectors(nftl, block * nftl->EraseSize + i * SECTORSIZE, in check_sectors_in_chain() 507 if (check_free_sectors (nftl, block * nftl->EraseSize, nftl->EraseSize, 1) != 0) in check_and_mark_free_block() 523 if (check_free_sectors (nftl, block * nftl->EraseSize + i, in check_and_mark_free_block()
|
D | inftlmount.c | 323 static int check_free_sectors(struct INFTLrecord *inftl, unsigned int address, in check_free_sectors() function 405 if (check_free_sectors(inftl, instr->addr, instr->len, 1) != 0) in INFTL_formatblock()
|