Searched refs:commit_start (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/md/ |
| H A D | dm-integrity.c | 1106 if (commit_start + commit_sections <= ic->journal_sections) { in write_journal() 1116 rw_section_mac(ic, commit_start + i, true); in write_journal() 1118 rw_journal(ic, REQ_OP_WRITE | REQ_FUA | REQ_SYNC, commit_start, in write_journal() 1124 to_end = ic->journal_sections - commit_start; in write_journal() 1129 encrypt_journal(ic, true, commit_start, to_end, &crypt_comp_1); in write_journal() 1132 commit_start, to_end, &io_comp); in write_journal() 1148 rw_section_mac(ic, commit_start + i, true); in write_journal() 2706 unsigned int commit_start, commit_sections; in integrity_commit() local 2724 commit_start = ic->uncommitted_section; in integrity_commit() 2733 i = commit_start; in integrity_commit() [all …]
|