Searched refs:POOL_SIZE (Results 1 – 3 of 3) sorted by relevance
61 POOL_SIZE=068 POOL_SIZE=$(get_pool_prop allocated $TESTPOOL)98 (($NEW_POOL_SIZE <= $POOL_SIZE)) && \100 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."
963 #define POOL_SIZE (1 << 28) /* 256 MB */ macro990 ftruncate(fd, POOL_SIZE), "ftruncate failed: %s", strerror(errno)); in aio_zvol_setup()