Searched refs:startblock (Results 1 – 2 of 2) sorted by relevance
495 int i, numblocks, startblock; in create_bbt() local502 startblock = 0; in create_bbt()511 startblock = chip * numblocks; in create_bbt()512 numblocks += startblock; in create_bbt()513 from = (loff_t)startblock << this->bbt_erase_shift; in create_bbt()516 for (i = startblock; i < numblocks; i++) { in create_bbt()558 int startblock, block, dir; in search_bbt() local565 startblock = (mtd->size >> this->bbt_erase_shift) - 1; in search_bbt()568 startblock = 0; in search_bbt()576 startblock &= bbtblocks - 1; in search_bbt()[all …]
61 int startblock; in create_bbt() local80 startblock = 0; in create_bbt()88 for (i = startblock; i < numblocks; ) { in create_bbt()