Searched refs:journal_entry (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-integrity.c | 100 struct journal_entry { struct 762 static struct journal_entry *access_journal_entry(struct dm_integrity_c *ic, unsigned int section, … in access_journal_entry() 773 return (struct journal_entry *)((char *)js + offset * ic->journal_entry_size); in access_journal_entry() 819 struct journal_entry *je = access_journal_entry(ic, section, j); in section_mac() 2137 unsigned int journal_section, unsigned int journal_entry) in __journal_read_write() argument 2159 struct journal_entry *je = access_journal_entry(ic, journal_section, journal_entry); in __journal_read_write() 2175 js = access_journal_data(ic, journal_section, journal_entry); in __journal_read_write() 2215 js = access_journal_data(ic, journal_section, journal_entry); in __journal_read_write() 2241 journal_entry++; in __journal_read_write() 2242 if (unlikely(journal_entry == ic->journal_section_entries)) { in __journal_read_write() [all …]
|