Lines Matching refs:write_sections
2802 unsigned int write_sections, bool from_replay) in do_journal_write() argument
2815 for (n = 0; n < write_sections; n++, i++, wraparound_section(ic, &i)) { in do_journal_write()
2950 unsigned int write_start, write_sections; in integrity_writer() local
2955 write_sections = ic->n_committed_sections; in integrity_writer()
2958 if (!write_sections) in integrity_writer()
2961 do_journal_write(ic, write_start, write_sections, false); in integrity_writer()
2965 ic->committed_section += write_sections; in integrity_writer()
2967 ic->n_committed_sections -= write_sections; in integrity_writer()
2970 ic->free_sectors += write_sections * ic->journal_section_entries; in integrity_writer()
3419 unsigned int write_start, write_sections; in replay_journal() local
3508 for (write_sections = 0; write_sections < ic->journal_sections; write_sections++) { in replay_journal()
3532 write_sections, write_start, want_commit_seq); in replay_journal()
3533 do_journal_write(ic, write_start, write_sections, true); in replay_journal()
3536 if (write_sections == ic->journal_sections && (ic->mode == 'J' || journal_empty)) { in replay_journal()