Home
last modified time | relevance | path

Searched refs:n_uncommitted_sections (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-integrity.c228 unsigned n_uncommitted_sections; member
2034 ic->n_uncommitted_sections += next_entry / ic->journal_section_entries; in dm_integrity_map_continue()
2221 ic->n_uncommitted_sections++; in pad_uncommitted()
2224 (ic->n_uncommitted_sections + ic->n_committed_sections) * in pad_uncommitted()
2230 ic->n_uncommitted_sections, ic->n_committed_sections, in pad_uncommitted()
2254 commit_sections = ic->n_uncommitted_sections; in integrity_commit()
2286 ic->n_uncommitted_sections -= commit_sections; in integrity_commit()
2927 ic->n_uncommitted_sections = 0; in replay_journal()