Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dbadblocks.c300 int this_sectors = sectors; in badblocks_set() local
306 if (this_sectors > BB_MAX_LEN) in badblocks_set()
307 this_sectors = BB_MAX_LEN; in badblocks_set()
308 p[hi] = BB_MAKE(s, this_sectors, acknowledged); in badblocks_set()
309 sectors -= this_sectors; in badblocks_set()
310 s += this_sectors; in badblocks_set()