HomeSort by: relevance | last modified time | path
    Searched defs:region_max (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/lvm2/dist/lib/metadata/
mirror.c 128 uint64_t region_max; local
130 region_max = (1 << (ffs((int)extents) - 1)) * (uint64_t) extent_size;
132 if (region_max < UINT32_MAX && region_size > region_max) {
133 region_size = (uint32_t) region_max;
mirror.c 128 uint64_t region_max; local
130 region_max = (1 << (ffs((int)extents) - 1)) * (uint64_t) extent_size;
132 if (region_max < UINT32_MAX && region_size > region_max) {
133 region_size = (uint32_t) region_max;

Completed in 67 milliseconds