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

/linux-master/drivers/md/
H A Ddm-integrity.c2017 unsigned int journal_section, unsigned int journal_entry)
2039 struct journal_entry *je = access_journal_entry(ic, journal_section, journal_entry);
2055 js = access_journal_data(ic, journal_section, journal_entry);
2108 js = access_journal_data(ic, journal_section, journal_entry);
2135 journal_section++;
2136 wraparound_section(ic, &journal_section);
2174 unsigned int journal_section, journal_entry; local
2214 journal_section = ic->free_section;
2223 pos = journal_section * ic->journal_section_entries + journal_entry;
2224 ws = journal_section;
2016 __journal_read_write(struct dm_integrity_io *dio, struct bio *bio, unsigned int journal_section, unsigned int journal_entry) argument
[all...]

Completed in 102 milliseconds