OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_mirrors
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl2/lvm2/dist/lib/metadata/
mirror.c
973
* '
new_mirrors
' is the number of mirrors after the removal. '0' for linear.
978
uint32_t
new_mirrors
, uint32_t status_mask)
999
if (!
new_mirrors
&& seg->extents_copied == seg->area_len) {
1004
for (s =
new_mirrors
+ 1; s < seg->area_count; s++)
1007
seg->area_count =
new_mirrors
+ 1;
1009
if (!
new_mirrors
)
1616
uint32_t
new_mirrors
;
local
1635
new_mirrors
= lv_mirror_count(lv) - mirrors - 1;
1640
return remove_mirror_images(lv,
new_mirrors
+ 1,
1649
return remove_mirrors_from_segments(lv,
new_mirrors
, status_mask)
[
all
...]
Completed in 27 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026