Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/lib/snapshot/
H A Dsnapshot.c97 char *params, uint64_t *total_numerator, in _snap_target_percent() argument
104 *total_numerator += numerator; in _snap_target_percent()
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dsegtype.h87 uint64_t *total_numerator,
/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/
H A Dsegtype.h87 uint64_t *total_numerator,
/netbsd-src/external/gpl2/lvm2/dist/lib/mirror/
H A Dmirrored.c188 uint64_t *total_numerator, in _mirrored_target_percent() argument
228 *total_numerator += numerator; in _mirrored_target_percent()
/netbsd-src/external/gpl2/lvm2/dist/lib/activate/
H A Ddev_manager.c367 uint64_t total_numerator = 0, total_denominator = 0; in _percent_run() local
410 &total_numerator, in _percent_run()
430 *percent = (float) total_numerator *100 / total_denominator; in _percent_run()