Searched refs:mirror_count (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/mirror/
H A Dmirrored.c81 if (!get_config_uint32(sn, "mirror_count", area_count)) {
82 log_error("Couldn't read 'mirror_count' for "
152 outf(f, "mirror_count = %u", seg->area_count);
193 unsigned mirror_count, m; local
205 if (sscanf(pos, "%u %n", &mirror_count, &used) != 1) {
212 for (m = 0; m < mirror_count; m++) {

Completed in 50 milliseconds