Searched refs:POOL_SIZE (Results 1 – 3 of 3) sorted by relevance
60 POOL_SIZE=067 POOL_SIZE=$(get_pool_prop allocated $TESTPOOL)97 (($NEW_POOL_SIZE <= $POOL_SIZE)) && \99 than or equal to the old pool size $POOL_SIZE."
77 POOL_SIZE=084 POOL_SIZE=$(get_pool_size $TESTPOOL) 98 if (( $NEW_POOL_SIZE <= $POOL_SIZE ))101 than or equal to the old pool size $POOL_SIZE."
971 #define POOL_SIZE (1 << 28) /* 256 MB */ macro1001 ftruncate(fd, POOL_SIZE), "ftruncate failed: %s", strerror(errno)); in aio_zvol_setup()