journal_entry_size  188 drivers/md/dm-integrity.c 	unsigned short journal_entry_size;
journal_entry_size  686 drivers/md/dm-integrity.c 	return (struct journal_entry *)((char *)js + offset * ic->journal_entry_size);
journal_entry_size 3012 drivers/md/dm-integrity.c 	ic->journal_entry_size = roundup(offsetof(struct journal_entry, last_bytes[ic->sectors_per_block]) + ic->tag_size,
journal_entry_size 3017 drivers/md/dm-integrity.c 	ic->journal_entries_per_sector = sector_space / ic->journal_entry_size;
journal_entry_size 3968 drivers/md/dm-integrity.c 	DEBUG_print("	journal_entry_size %u\n", ic->journal_entry_size);