Lines Matching full:pe2
1790 struct dm_snap_pending_exception *pe2; in copy_callback() local
1793 pe2 = rb_entry(*p, struct dm_snap_pending_exception, out_of_order_node); in copy_callback()
1796 BUG_ON(pe->exception_sequence == pe2->exception_sequence); in copy_callback()
1797 if (pe->exception_sequence < pe2->exception_sequence) in copy_callback()
1914 struct dm_snap_pending_exception *pe2; in __find_pending_exception() local
1916 pe2 = __lookup_pending_exception(s, chunk); in __find_pending_exception()
1917 if (pe2) { in __find_pending_exception()
1919 return pe2; in __find_pending_exception()
2450 struct dm_snap_pending_exception *pe, *pe2; in __origin_write() local
2498 pe2 = __lookup_pending_exception(snap, chunk); in __origin_write()
2500 if (!pe2) { in __origin_write()
2517 pe = pe2; in __origin_write()