Lines Matching refs:to_end
1017 unsigned to_end; in write_journal() local
1019 to_end = ic->journal_sections - commit_start; in write_journal()
1024 encrypt_journal(ic, true, commit_start, to_end, &crypt_comp_1); in write_journal()
1026 rw_journal(ic, REQ_OP_WRITE, REQ_FUA, commit_start, to_end, &io_comp); in write_journal()
1029 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_1); in write_journal()
1035 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_2); in write_journal()
1037 rw_journal(ic, REQ_OP_WRITE, REQ_FUA, commit_start, to_end, &io_comp); in write_journal()
1041 for (i = 0; i < to_end; i++) in write_journal()
1043 rw_journal(ic, REQ_OP_WRITE, REQ_FUA, commit_start, to_end, &io_comp); in write_journal()
1044 for (i = 0; i < commit_sections - to_end; i++) in write_journal()
1047 rw_journal(ic, REQ_OP_WRITE, REQ_FUA, 0, commit_sections - to_end, &io_comp); in write_journal()