Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Ddm-uevent.c63 unsigned nr_valid_paths) in dm_build_path_uevent() argument
100 nr_valid_paths)) { in dm_build_path_uevent()
171 const char *path, unsigned nr_valid_paths) in dm_path_uevent() argument
184 path, nr_valid_paths); in dm_path_uevent()
Ddm-uevent.h23 unsigned nr_valid_paths);
40 unsigned nr_valid_paths) in dm_path_uevent() argument
Ddm-mpath.c80 atomic_t nr_valid_paths; /* Total number of usable paths */ member
212 atomic_set(&m->nr_valid_paths, 0); in alloc_multipath()
402 if (!atomic_read(&m->nr_valid_paths)) { in choose_pgpath()
804 atomic_read(&m->nr_valid_paths) == 0 && in enable_nopath_timeout()
1227 unsigned nr_valid_paths = atomic_read(&m->nr_valid_paths); in multipath_ctr() local
1235 nr_valid_paths += pg->nr_pgpaths; in multipath_ctr()
1236 atomic_set(&m->nr_valid_paths, nr_valid_paths); in multipath_ctr()
1342 atomic_dec(&m->nr_valid_paths); in fail_path()
1348 pgpath->path.dev->name, atomic_read(&m->nr_valid_paths)); in fail_path()
1368 unsigned nr_valid_paths; in reinstate_path() local
[all …]
/linux-6.1.9/Documentation/admin-guide/device-mapper/
Ddm-uevent.rst16 const char *path, unsigned nr_valid_paths)