Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-integrity.c474 static void wraparound_section(struct dm_integrity_c *ic, unsigned int *sec_ptr) in wraparound_section() argument
476 if (unlikely(*sec_ptr >= ic->journal_sections)) in wraparound_section()
477 *sec_ptr -= ic->journal_sections; in wraparound_section()