Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libraidcfg/common/
H A Draidcfg_spi.h165 #define ARRAYPART_MIN_SIZE (uint64_t)(1 << 28) macro
H A Draidcfg.c3518 if (array_attr->capacity < ARRAYPART_MIN_SIZE * disk_cnt) { in obj_array_create()