check_free_sectors
if (check_free_sectors(inftl, instr->addr, instr->len, 1) != 0)
if (check_free_sectors(nftl, instr->addr, nftl->EraseSize, 1) != 0)
check_free_sectors(nftl, block * nftl->EraseSize + i * SECTORSIZE,
if (check_free_sectors (nftl, block * nftl->EraseSize, nftl->EraseSize, 1) != 0)
if (check_free_sectors (nftl, block * nftl->EraseSize + i,