Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-uevent.c76 unsigned nr_valid_paths) in dm_build_path_uevent() argument
113 nr_valid_paths)) { in dm_build_path_uevent()
184 const char *path, unsigned nr_valid_paths) in dm_path_uevent() argument
197 path, nr_valid_paths); in dm_path_uevent()
Ddm-uevent.h36 unsigned nr_valid_paths);
53 unsigned nr_valid_paths) in dm_path_uevent() argument
Ddm-mpath.c81 unsigned nr_valid_paths; /* Total number of usable paths */ member
318 if (!m->nr_valid_paths) { in __choose_pgpath()
866 m->nr_valid_paths += pg->nr_pgpaths; in multipath_ctr()
960 m->nr_valid_paths--; in fail_path()
966 pgpath->path.dev->name, m->nr_valid_paths); in fail_path()
1003 if (!m->nr_valid_paths++) { in reinstate_path()
1012 pgpath->path.dev->name, m->nr_valid_paths); in reinstate_path()
1276 if (!m->nr_valid_paths) { in do_end_io()
1634 (!m->nr_valid_paths && m->queue_if_no_path)) { in multipath_busy()
/linux-4.4.14/Documentation/device-mapper/
Ddm-uevent.txt12 const char *path, unsigned nr_valid_paths)