Lines Matching defs:to_end
1134 unsigned int to_end;
1137 to_end = ic->journal_sections - commit_start;
1142 encrypt_journal(ic, true, commit_start, to_end, &crypt_comp_1);
1145 commit_start, to_end, &io_comp);
1148 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_1);
1154 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_2);
1156 rw_journal(ic, REQ_OP_WRITE | REQ_FUA, commit_start, to_end, &io_comp);
1160 for (i = 0; i < to_end; i++)
1162 rw_journal(ic, REQ_OP_WRITE | REQ_FUA, commit_start, to_end, &io_comp);
1163 for (i = 0; i < commit_sections - to_end; i++)
1166 rw_journal(ic, REQ_OP_WRITE | REQ_FUA, 0, commit_sections - to_end, &io_comp);