Searched refs:check_free_sectors (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/mtd/ |
| H A D | nftlmount.c | 259 static int check_free_sectors(struct NFTLrecord *nftl, unsigned int address, int len, in check_free_sectors() function 345 if (check_free_sectors(nftl, instr->addr, nftl->EraseSize, 1) != 0) in NFTL_formatblock() 393 check_free_sectors(nftl, block * nftl->EraseSize + i * SECTORSIZE, in check_sectors_in_chain() 504 if (check_free_sectors (nftl, block * nftl->EraseSize, nftl->EraseSize, 1) != 0) in check_and_mark_free_block() 520 if (check_free_sectors (nftl, block * nftl->EraseSize + i, in check_and_mark_free_block()
|