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

/linux-master/drivers/md/
H A Ddm-integrity.c235 unsigned int n_committed_sections; member in struct:dm_integrity_c
1393 next_section < ic->committed_section + ic->n_committed_sections)
1395 if (next_section + ic->journal_sections < ic->committed_section + ic->n_committed_sections)
2415 (ic->n_uncommitted_sections + ic->n_committed_sections) *
2418 "n_uncommitted_sections %u, n_committed_sections %u, "
2421 ic->n_uncommitted_sections, ic->n_committed_sections,
2480 ic->n_committed_sections += commit_sections;
2674 write_sections = ic->n_committed_sections;
2686 ic->n_committed_sections -= write_sections;
3156 ic->n_committed_sections
[all...]

Completed in 113 milliseconds