Lines Matching refs:free_sectors
232 unsigned free_sectors; member
1964 if (READ_ONCE(ic->free_sectors) <= ic->free_sectors_threshold) { in __journal_read_write()
2019 (sector_t)ic->free_sectors << ic->sb->log2_sectors_per_block); in dm_integrity_map_continue()
2027 ic->free_sectors -= range_sectors; in dm_integrity_map_continue()
2217 ic->free_sectors -= ic->journal_section_entries - ic->free_section_entry; in pad_uncommitted()
2225 ic->journal_section_entries + ic->free_sectors)) { in pad_uncommitted()
2231 ic->journal_section_entries, ic->free_sectors); in pad_uncommitted()
2290 if (READ_ONCE(ic->free_sectors) <= ic->free_sectors_threshold) in integrity_commit()
2492 prev_free_sectors = ic->free_sectors; in integrity_writer()
2493 ic->free_sectors += write_sections * ic->journal_section_entries; in integrity_writer()
2931 ic->free_sectors = ic->journal_entries; in replay_journal()