Lines Matching refs:pe2
1763 struct dm_snap_pending_exception *pe2; in copy_callback() local
1766 pe2 = rb_entry(*p, struct dm_snap_pending_exception, out_of_order_node); in copy_callback()
1769 BUG_ON(pe->exception_sequence == pe2->exception_sequence); in copy_callback()
1770 if (pe->exception_sequence < pe2->exception_sequence) in copy_callback()
1887 struct dm_snap_pending_exception *pe2; in __find_pending_exception() local
1889 pe2 = __lookup_pending_exception(s, chunk); in __find_pending_exception()
1890 if (pe2) { in __find_pending_exception()
1892 return pe2; in __find_pending_exception()
2431 struct dm_snap_pending_exception *pe, *pe2; in __origin_write() local
2479 pe2 = __lookup_pending_exception(snap, chunk); in __origin_write()
2481 if (!pe2) { in __origin_write()
2498 pe = pe2; in __origin_write()