Searched refs:write_sections (Results 1 – 1 of 1) sorted by relevance
2273 unsigned write_sections, bool from_replay) in do_journal_write() argument2286 for (n = 0; n < write_sections; n++, i++, wraparound_section(ic, &i)) { in do_journal_write()2418 unsigned write_start, write_sections; in integrity_writer() local2428 write_sections = ic->n_committed_sections; in integrity_writer()2431 if (!write_sections) in integrity_writer()2434 do_journal_write(ic, write_start, write_sections, false); in integrity_writer()2438 ic->committed_section += write_sections; in integrity_writer()2440 ic->n_committed_sections -= write_sections; in integrity_writer()2443 ic->free_sectors += write_sections * ic->journal_section_entries; in integrity_writer()2735 unsigned write_start, write_sections; in replay_journal() local[all …]