Lines Matching refs:free_sectors
241 unsigned free_sectors; member
2083 if (READ_ONCE(ic->free_sectors) <= ic->free_sectors_threshold) { in __journal_read_write()
2138 (sector_t)ic->free_sectors << ic->sb->log2_sectors_per_block); in dm_integrity_map_continue()
2146 ic->free_sectors -= range_sectors; in dm_integrity_map_continue()
2336 ic->free_sectors -= ic->journal_section_entries - ic->free_section_entry; in pad_uncommitted()
2344 ic->journal_section_entries + ic->free_sectors)) { in pad_uncommitted()
2350 ic->journal_section_entries, ic->free_sectors); in pad_uncommitted()
2409 if (READ_ONCE(ic->free_sectors) <= ic->free_sectors_threshold) in integrity_commit()
2613 prev_free_sectors = ic->free_sectors; in integrity_writer()
2614 ic->free_sectors += write_sections * ic->journal_section_entries; in integrity_writer()
3052 ic->free_sectors = ic->journal_entries; in replay_journal()