Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-integrity.c194 unsigned short journal_section_sectors; member
647 unsigned limit = e ? ic->journal_section_entries : ic->journal_section_sectors; in access_journal_check()
665 sector = section * ic->journal_section_sectors + offset; in page_list_location()
803 size_t n_bytes = (size_t)(n_sections * ic->journal_section_sectors) << SECTOR_SHIFT; in xor_journal()
1003 sector = section * ic->journal_section_sectors; in rw_journal()
1004 n_sectors = n_sections * ic->journal_section_sectors; in rw_journal()
1085 sector = section * ic->journal_section_sectors + JOURNAL_BLOCK_SECTORS + offset; in copy_from_journal()
2270 for (j = 0; j < ic->journal_section_sectors; j++) { in integrity_commit()
2754 for (j = 0; j < ic->journal_section_sectors; j++) { in init_journal()
2821 for (j = 0; j < ic->journal_section_sectors; in replay_journal()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-integrity.c204 unsigned short journal_section_sectors; member
720 unsigned int limit = e ? ic->journal_section_entries : ic->journal_section_sectors; in access_journal_check()
738 sector = section * ic->journal_section_sectors + offset; in page_list_location()
897 size_t n_bytes = (size_t)(n_sections * ic->journal_section_sectors) << SECTOR_SHIFT; in xor_journal()
1103 sector = section * ic->journal_section_sectors; in rw_journal()
1104 n_sectors = n_sections * ic->journal_section_sectors; in rw_journal()
1187 sector = section * ic->journal_section_sectors + JOURNAL_BLOCK_SECTORS + offset; in copy_from_journal()
2471 for (j = 0; j < ic->journal_section_sectors; j++) { in integrity_commit()
2987 for (j = 0; j < ic->journal_section_sectors; j++) { in init_journal()
3059 for (j = 0; j < ic->journal_section_sectors; in replay_journal()
[all...]

Completed in 10 milliseconds