Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-mpath.c82 struct pgpath *current_pgpath; member
308 m->current_pgpath = path_to_pgpath(path); in __choose_path_in_pg()
311 __switch_pg(m, m->current_pgpath); in __choose_path_in_pg()
357 m->current_pgpath = NULL; in __choose_pgpath()
396 if (!m->current_pgpath || in __multipath_map()
400 pgpath = m->current_pgpath; in __multipath_map()
977 if (pgpath == m->current_pgpath) in fail_path()
978 m->current_pgpath = NULL; in fail_path()
1019 m->current_pgpath = NULL; in reinstate_path()
1070 m->current_pgpath = NULL; in bypass_pg()
[all …]