Home
last modified time | relevance | path

Searched refs:this_sectors (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/block/
H A Dbadblocks.c291 int this_sectors = sectors; in badblocks_set() local
297 if (this_sectors > BB_MAX_LEN) in badblocks_set()
298 this_sectors = BB_MAX_LEN; in badblocks_set()
299 p[hi] = BB_MAKE(s, this_sectors, acknowledged); in badblocks_set()
300 sectors -= this_sectors; in badblocks_set()
301 s += this_sectors; in badblocks_set()