Searched refs:commit_sections (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/md/ |
D | dm-integrity.c | 992 …atic void write_journal(struct dm_integrity_c *ic, unsigned commit_start, unsigned commit_sections) in write_journal() argument 1002 if (commit_start + commit_sections <= ic->journal_sections) { in write_journal() 1008 encrypt_journal(ic, true, commit_start, commit_sections, &crypt_comp_1); in write_journal() 1011 for (i = 0; i < commit_sections; i++) in write_journal() 1015 commit_sections, &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() 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() 2082 unsigned commit_start, commit_sections; in integrity_commit() local [all …]
|