Lines Matching refs:sector_count
47 u8 sector_count; member
664 if (point->sector_count < (VDO_SECTORS_PER_BLOCK - 1)) { in increment_recovery_point()
665 point->sector_count++; in increment_recovery_point()
670 point->sector_count = 1; in increment_recovery_point()
707 if (first->sector_count < second->sector_count) in before_recovery_point()
710 return ((first->sector_count == second->sector_count) && in before_recovery_point()
740 point->sector_count); in get_entry()
868 .sector_count = 1, in vdo_replay_into_slab_journals()
1459 .sector_count = 1, in extract_new_mappings()
1513 .sector_count = 1, in compute_usages()
1571 .sector_count = 0, in parse_journal_for_recovery()
1603 repair->tail_recovery_point.sector_count++; in parse_journal_for_recovery()
1630 if (repair->tail_recovery_point.sector_count == 0) in parse_journal_for_recovery()