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

/linux-master/drivers/md/
H A Ddm-integrity.c204 unsigned short journal_section_sectors; member in struct:dm_integrity_c
710 unsigned int limit = e ? ic->journal_section_entries : ic->journal_section_sectors;
728 sector = section * ic->journal_section_sectors + offset;
887 size_t n_bytes = (size_t)(n_sections * ic->journal_section_sectors) << SECTOR_SHIFT;
1093 sector = section * ic->journal_section_sectors;
1094 n_sectors = n_sections * ic->journal_section_sectors;
1177 sector = section * ic->journal_section_sectors + JOURNAL_BLOCK_SECTORS + offset;
2461 for (j = 0; j < ic->journal_section_sectors; j++) {
2977 for (j = 0; j < ic->journal_section_sectors; j++) {
3049 for (j = 0; j < ic->journal_section_sectors;
[all...]

Completed in 140 milliseconds