Lines Matching refs:journal_section_sectors

177 	unsigned short journal_section_sectors;  member
458 unsigned limit = e ? ic->journal_section_entries : ic->journal_section_sectors; in access_journal_check()
476 sector = section * ic->journal_section_sectors + offset; in page_list_location()
610 size_t n_bytes = (size_t)(n_sections * ic->journal_section_sectors) << SECTOR_SHIFT; in xor_journal()
773 sector = section * ic->journal_section_sectors; in rw_journal()
774 n_sectors = n_sections * ic->journal_section_sectors; in rw_journal()
884 sector = section * ic->journal_section_sectors + JOURNAL_BLOCK_SECTORS + offset; in copy_from_journal()
1867 for (j = 0; j < ic->journal_section_sectors; j++) { in integrity_commit()
2210 for (j = 0; j < ic->journal_section_sectors; j++) { in init_journal()
2277 for (j = 0; j < ic->journal_section_sectors; j++) { in replay_journal()
2327 for (j = 0; j < ic->journal_section_sectors; j++) { in replay_journal()
2533 …ic->journal_section_sectors = (ic->journal_section_entries << ic->sb->log2_sectors_per_block) + JO… in calculate_journal_section_size()
2542 initial_sectors = SB_SECTORS + (__u64)ic->journal_section_sectors * ic->journal_sections; in calculate_device_limits()
2589 journal_sections = journal_sectors / ic->journal_section_sectors; in initialize_superblock()
2721 page_list_location(ic, i, ic->journal_section_sectors - 1, &end_index, &end_offset); in dm_integrity_alloc_journal_scatterlist()
2832 journal_pages = roundup((__u64)ic->journal_sections * ic->journal_section_sectors, in create_journal()
3018 section_req->cryptlen = (size_t)ic->journal_section_sectors << SECTOR_SHIFT; in create_journal()
3429 DEBUG_print(" journal_section_sectors %u\n", ic->journal_section_sectors); in dm_integrity_ctr()