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