Searched refs:write_sections (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-integrity.c | 2326 unsigned write_sections, bool from_replay) in do_journal_write() 2339 for (n = 0; n < write_sections; n++, i++, wraparound_section(ic, &i)) { in do_journal_write() 2473 unsigned write_start, write_sections; in integrity_writer() local 2479 write_sections = ic->n_committed_sections; in integrity_writer() 2482 if (!write_sections) in integrity_writer() 2485 do_journal_write(ic, write_start, write_sections, false); in integrity_writer() 2489 ic->committed_section += write_sections; in integrity_writer() 2491 ic->n_committed_sections -= write_sections; in integrity_writer() 2494 ic->free_sectors += write_sections * ic->journal_section_entries; in integrity_writer() 2784 unsigned write_start, write_sections; in replay_journal() local 2325 do_journal_write(struct dm_integrity_c *ic, unsigned write_start, unsigned write_sections, bool from_replay) do_journal_write() argument [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-integrity.c | 2531 unsigned int write_sections, bool from_replay) in do_journal_write() 2544 for (n = 0; n < write_sections; n++, i++, wraparound_section(ic, &i)) { in do_journal_write() 2679 unsigned int write_start, write_sections; in integrity_writer() local 2684 write_sections = ic->n_committed_sections; in integrity_writer() 2687 if (!write_sections) in integrity_writer() 2690 do_journal_write(ic, write_start, write_sections, false); in integrity_writer() 2694 ic->committed_section += write_sections; in integrity_writer() 2696 ic->n_committed_sections -= write_sections; in integrity_writer() 2699 ic->free_sectors += write_sections * ic->journal_section_entries; in integrity_writer() 3021 unsigned int write_start, write_sections; in replay_journal() local 2530 do_journal_write(struct dm_integrity_c *ic, unsigned int write_start, unsigned int write_sections, bool from_replay) do_journal_write() argument [all...] |
Completed in 11 milliseconds