Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-mpath.c82 struct pgpath *current_pgpath; member
305 m->current_pgpath = path_to_pgpath(path); in __choose_path_in_pg()
308 __switch_pg(m, m->current_pgpath); in __choose_path_in_pg()
354 m->current_pgpath = NULL; in __choose_pgpath()
393 if (!m->current_pgpath || in __multipath_map()
397 pgpath = m->current_pgpath; in __multipath_map()
962 if (pgpath == m->current_pgpath) in fail_path()
963 m->current_pgpath = NULL; in fail_path()
1004 m->current_pgpath = NULL; in reinstate_path()
1055 m->current_pgpath = NULL; in bypass_pg()
[all …]