Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-integrity.c87 struct journal_entry { struct
122 #define MAX_TAG_SIZE (JOURNAL_SECTOR_DATA - JOURNAL_MAC_PER_SECTOR - offsetof(struct journal_entry, last_bytes[MAX_SECTORS_PER_BLOCK]))
692 static struct journal_entry *access_journal_entry(struct dm_integrity_c *ic, unsigned section, unsigned n) in access_journal_entry()
703 return (struct journal_entry *)((char *)js + offset * ic->journal_entry_size); in access_journal_entry()
732 struct journal_entry *je = access_journal_entry(ic, section, j); in section_mac()
1836 unsigned journal_section, unsigned journal_entry) in __journal_read_write()
1858 struct journal_entry *je = access_journal_entry(ic, journal_section, journal_entry); in __journal_read_write()
1874 js = access_journal_data(ic, journal_section, journal_entry); in __journal_read_write()
1924 js = access_journal_data(ic, journal_section, journal_entry); in __journal_read_write()
1835 __journal_read_write(struct dm_integrity_io *dio, struct bio *bio, unsigned journal_section, unsigned journal_entry) __journal_read_write() argument
1990 unsigned journal_section, journal_entry; dm_integrity_map_continue() local
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-integrity.c95 struct journal_entry { struct
132 #define MAX_TAG_SIZE (JOURNAL_SECTOR_DATA - JOURNAL_MAC_PER_SECTOR - offsetof(struct journal_entry, last_bytes[MAX_SECTORS_PER_BLOCK]))
765 static struct journal_entry *access_journal_entry(struct dm_integrity_c *ic, unsigned int section, unsigned int n) in access_journal_entry()
776 return (struct journal_entry *)((char *)js + offset * ic->journal_entry_size); in access_journal_entry()
822 struct journal_entry *je = access_journal_entry(ic, section, j); in section_mac()
2027 unsigned int journal_section, unsigned int journal_entry) in __journal_read_write()
2049 struct journal_entry *je = access_journal_entry(ic, journal_section, journal_entry); in __journal_read_write()
2065 js = access_journal_data(ic, journal_section, journal_entry); in __journal_read_write()
2118 js = access_journal_data(ic, journal_section, journal_entry); in __journal_read_write()
2026 __journal_read_write(struct dm_integrity_io *dio, struct bio *bio, unsigned int journal_section, unsigned int journal_entry) __journal_read_write() argument
2184 unsigned int journal_section, journal_entry; dm_integrity_map_continue() local
[all...]

Completed in 15 milliseconds