Lines Matching refs:pe2
1770 struct dm_snap_pending_exception *pe2;
1773 pe2 = rb_entry(*p, struct dm_snap_pending_exception, out_of_order_node);
1776 BUG_ON(pe->exception_sequence == pe2->exception_sequence);
1777 if (pe->exception_sequence < pe2->exception_sequence)
1894 struct dm_snap_pending_exception *pe2;
1896 pe2 = __lookup_pending_exception(s, chunk);
1897 if (pe2) {
1899 return pe2;
2438 struct dm_snap_pending_exception *pe, *pe2;
2486 pe2 = __lookup_pending_exception(snap, chunk);
2488 if (!pe2) {
2505 pe = pe2;