Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Ddm-integrity.c240 unsigned char free_section_entry; member
2148 journal_entry = ic->free_section_entry; in dm_integrity_map_continue()
2150 next_entry = ic->free_section_entry + range_sectors; in dm_integrity_map_continue()
2151 ic->free_section_entry = next_entry % ic->journal_section_entries; in dm_integrity_map_continue()
2335 if (ic->free_section_entry) { in pad_uncommitted()
2336 ic->free_sectors -= ic->journal_section_entries - ic->free_section_entry; in pad_uncommitted()
2337 ic->free_section_entry = 0; in pad_uncommitted()
3051 ic->free_section_entry = 0; in replay_journal()