Lines Matching defs:to_end
1034 unsigned to_end;
1036 to_end = ic->journal_sections - commit_start;
1041 encrypt_journal(ic, true, commit_start, to_end, &crypt_comp_1);
1043 rw_journal(ic, REQ_OP_WRITE, REQ_FUA, commit_start, to_end, &io_comp);
1046 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_1);
1052 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_2);
1054 rw_journal(ic, REQ_OP_WRITE, REQ_FUA, commit_start, to_end, &io_comp);
1058 for (i = 0; i < to_end; i++)
1060 rw_journal(ic, REQ_OP_WRITE, REQ_FUA, commit_start, to_end, &io_comp);
1061 for (i = 0; i < commit_sections - to_end; i++)
1064 rw_journal(ic, REQ_OP_WRITE, REQ_FUA, 0, commit_sections - to_end, &io_comp);