Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-integrity.c191 unsigned short journal_entry_size; member
703 return (struct journal_entry *)((char *)js + offset * ic->journal_entry_size); in access_journal_entry()
3232 …ic->journal_entry_size = roundup(offsetof(struct journal_entry, last_bytes[ic->sectors_per_block])… in calculate_journal_section_size()
3237 ic->journal_entries_per_sector = sector_space / ic->journal_entry_size; in calculate_journal_section_size()
4222 DEBUG_print(" journal_entry_size %u\n", ic->journal_entry_size); in dm_integrity_ctr()