Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/bcache/
Dextents.c329 unsigned old_size, sectors_found = 0; in bch_extent_insert_fixup() local
375 if (KEY_START(k) > KEY_START(insert) + sectors_found) in bch_extent_insert_fixup()
390 sectors_found = KEY_OFFSET(k) - KEY_START(insert); in bch_extent_insert_fixup()
460 if (!sectors_found) { in bch_extent_insert_fixup()
462 } else if (sectors_found < KEY_SIZE(insert)) { in bch_extent_insert_fixup()
464 (KEY_SIZE(insert) - sectors_found)); in bch_extent_insert_fixup()
465 SET_KEY_SIZE(insert, sectors_found); in bch_extent_insert_fixup()