Home
last modified time | relevance | path

Searched refs:pe_to_start_now (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/md/
Ddm-snap.c2089 struct dm_snap_pending_exception *pe_to_start_now = NULL; in __origin_write() local
2170 pe_to_start_now = pe; in __origin_write()
2176 if (pe_to_start_now) { in __origin_write()
2177 start_copy(pe_to_start_now); in __origin_write()
2178 pe_to_start_now = NULL; in __origin_write()