Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-integrity.c1128 for (i = 0; i < commit_sections; i++) in write_journal()
1132 commit_sections, &io_comp); in write_journal()
1163 for (i = 0; i < commit_sections - to_end; i++) in write_journal()
2441 unsigned int commit_start, commit_sections; in integrity_commit() local
2457 commit_sections = ic->n_uncommitted_sections; in integrity_commit()
2460 if (!commit_sections) in integrity_commit()
2466 for (n = 0; n < commit_sections; n++) { in integrity_commit()
2486 write_journal(ic, commit_start, commit_sections); in integrity_commit()
2489 ic->uncommitted_section += commit_sections; in integrity_commit()
2491 ic->n_uncommitted_sections -= commit_sections; in integrity_commit()
[all …]