Searched refs:sec_ptr (Results 1 – 1 of 1) sorted by relevance
487 static void wraparound_section(struct dm_integrity_c *ic, unsigned *sec_ptr) in wraparound_section() argument489 if (unlikely(*sec_ptr >= ic->journal_sections)) in wraparound_section()490 *sec_ptr -= ic->journal_sections; in wraparound_section()