Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/bcache/
H A Dextents.c338 unsigned int old_size, sectors_found = 0; in bch_extent_insert_fixup() local
385 if (KEY_START(k) > KEY_START(insert) + sectors_found) in bch_extent_insert_fixup()
400 sectors_found = KEY_OFFSET(k) - KEY_START(insert); in bch_extent_insert_fixup()
470 if (!sectors_found) { in bch_extent_insert_fixup()
472 } else if (sectors_found < KEY_SIZE(insert)) { in bch_extent_insert_fixup()
474 (KEY_SIZE(insert) - sectors_found)); in bch_extent_insert_fixup()
475 SET_KEY_SIZE(insert, sectors_found); in bch_extent_insert_fixup()