Searched refs:headp (Results 1 – 1 of 1) sorted by relevance
96 const u8 *headp = dm_head_vals; in ontrack() local117 while (63 * headp[0] * 1024 < total && headp[1] != 0) in ontrack()118 headp++; in ontrack()119 *h = headp[0]; in ontrack()120 *c = total / (63 * headp[0]); in ontrack()