Searched refs:commit_start (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/
H A Ddm-integrity.c1099 static void write_journal(struct dm_integrity_c *ic, unsigned int commit_start, unsigned int commit_sections) argument
1109 if (commit_start + commit_sections <= ic->journal_sections) {
1115 encrypt_journal(ic, true, commit_start, commit_sections, &crypt_comp_1);
1119 rw_section_mac(ic, commit_start + i, true);
1121 rw_journal(ic, REQ_OP_WRITE | REQ_FUA | REQ_SYNC, commit_start,
1127 to_end = ic->journal_sections - commit_start;
1132 encrypt_journal(ic, true, commit_start, to_end, &crypt_comp_1);
1135 commit_start, to_end, &io_comp);
1146 rw_journal(ic, REQ_OP_WRITE | REQ_FUA, commit_start, to_end, &io_comp);
1151 rw_section_mac(ic, commit_start
2429 unsigned int commit_start, commit_sections; local
[all...]

Completed in 284 milliseconds