Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Ddm-integrity.c203 unsigned short journal_section_sectors; member
730 unsigned limit = e ? ic->journal_section_entries : ic->journal_section_sectors; in access_journal_check()
748 sector = section * ic->journal_section_sectors + offset; in page_list_location()
905 size_t n_bytes = (size_t)(n_sections * ic->journal_section_sectors) << SECTOR_SHIFT; in xor_journal()
1107 sector = section * ic->journal_section_sectors; in rw_journal()
1108 n_sectors = n_sections * ic->journal_section_sectors; in rw_journal()
1190 sector = section * ic->journal_section_sectors + JOURNAL_BLOCK_SECTORS + offset; in copy_from_journal()
2388 for (j = 0; j < ic->journal_section_sectors; j++) { in integrity_commit()
2873 for (j = 0; j < ic->journal_section_sectors; j++) { in init_journal()
2941 for (j = 0; j < ic->journal_section_sectors; j++) { in replay_journal()
[all …]