Home
last modified time | relevance | path

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

/Linux-v4.19/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.c76 atomic_t nr_valid_paths; /* Total number of usable paths */ member
190 atomic_set(&m->nr_valid_paths, 0); in alloc_multipath()
382 if (!atomic_read(&m->nr_valid_paths)) { in choose_pgpath()
1164 unsigned nr_valid_paths = atomic_read(&m->nr_valid_paths); in multipath_ctr() local
1172 nr_valid_paths += pg->nr_pgpaths; in multipath_ctr()
1173 atomic_set(&m->nr_valid_paths, nr_valid_paths); in multipath_ctr()
1263 atomic_dec(&m->nr_valid_paths); in fail_path()
1269 pgpath->path.dev->name, atomic_read(&m->nr_valid_paths)); in fail_path()
1287 unsigned nr_valid_paths; in reinstate_path() local
1302 nr_valid_paths = atomic_inc_return(&m->nr_valid_paths); in reinstate_path()
[all …]
/Linux-v4.19/Documentation/device-mapper/
Ddm-uevent.txt12 const char *path, unsigned nr_valid_paths)