Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/lib/mirror/
H A Dmirrored.c38 static unsigned _mirror_attributes = 0; variable
397 if (!_mirror_attributes && module_present(cmd, "log-clustered")) in _mirrored_target_present()
398 _mirror_attributes |= MIRROR_LOG_CLUSTERED; in _mirrored_target_present()
399 *attributes = _mirror_attributes; in _mirrored_target_present()