Home
last modified time | relevance | path

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

/drivers/md/
Ddm-snap.c2148 struct dm_snap_pending_exception *pe_to_start_now = NULL; in __origin_write() local
2229 pe_to_start_now = pe; in __origin_write()
2235 if (pe_to_start_now) { in __origin_write()
2236 start_copy(pe_to_start_now); in __origin_write()
2237 pe_to_start_now = NULL; in __origin_write()