Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-integrity.c2325 unsigned write_sections, bool from_replay) in do_journal_write() argument
2338 for (n = 0; n < write_sections; n++, i++, wraparound_section(ic, &i)) { in do_journal_write()
2472 unsigned write_start, write_sections; in integrity_writer() local
2478 write_sections = ic->n_committed_sections; in integrity_writer()
2481 if (!write_sections) in integrity_writer()
2484 do_journal_write(ic, write_start, write_sections, false); in integrity_writer()
2488 ic->committed_section += write_sections; in integrity_writer()
2490 ic->n_committed_sections -= write_sections; in integrity_writer()
2493 ic->free_sectors += write_sections * ic->journal_section_entries; in integrity_writer()
2783 unsigned write_start, write_sections; in replay_journal() local
[all …]