Searched refs:pe2 (Results 1 – 1 of 1) sorted by relevance
1622 struct dm_snap_pending_exception *pe2; in copy_callback() local1625 pe2 = list_entry(lh, struct dm_snap_pending_exception, out_of_order_entry); in copy_callback()1626 if (pe2->exception_sequence < pe->exception_sequence) in copy_callback()1708 struct dm_snap_pending_exception *pe2; in __find_pending_exception() local1710 pe2 = __lookup_pending_exception(s, chunk); in __find_pending_exception()1711 if (pe2) { in __find_pending_exception()1713 return pe2; in __find_pending_exception()