Searched refs:check_free_sectors (Results 1 – 2 of 2) sorted by relevance
/drivers/mtd/ |
D | nftlmount.c | 267 static int check_free_sectors(struct NFTLrecord *nftl, unsigned int address, int len, in check_free_sectors() function 346 if (check_free_sectors(nftl, instr->addr, nftl->EraseSize, 1) != 0) in NFTL_formatblock() 394 check_free_sectors(nftl, block * nftl->EraseSize + i * SECTORSIZE, in check_sectors_in_chain() 505 if (check_free_sectors (nftl, block * nftl->EraseSize, nftl->EraseSize, 1) != 0) in check_and_mark_free_block() 521 if (check_free_sectors (nftl, block * nftl->EraseSize + i, in check_and_mark_free_block()
|
D | inftlmount.c | 345 static int check_free_sectors(struct INFTLrecord *inftl, unsigned int address, in check_free_sectors() function 419 if (check_free_sectors(inftl, instr->addr, instr->len, 1) != 0) in INFTL_formatblock()
|