Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dbitmap.c106 struct xbitmap_range *sub_br; in xbitmap_disunion() local
123 * head of bitmap nor do we reset sub_br to the head of sub. The in xbitmap_disunion()
127 sub_br = list_first_entry(&sub->list, struct xbitmap_range, in xbitmap_disunion()
134 * Advance sub_br and/or br until we find a pair that in xbitmap_disunion()
137 while (sub_br->start + sub_br->len <= br->start) { in xbitmap_disunion()
138 if (list_is_last(&sub_br->list, &sub->list)) in xbitmap_disunion()
140 sub_br = list_next_entry(sub_br, list); in xbitmap_disunion()
142 if (sub_br in xbitmap_disunion()
[all...]

Completed in 2 milliseconds