Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Ddm-integrity.c487 static void wraparound_section(struct dm_integrity_c *ic, unsigned *sec_ptr) in wraparound_section() argument
489 if (unlikely(*sec_ptr >= ic->journal_sections)) in wraparound_section()
490 *sec_ptr -= ic->journal_sections; in wraparound_section()