Home
last modified time | relevance | path

Searched refs:POOL_SIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/
H A Dxattr_012_pos.ksh60 POOL_SIZE=0
67 POOL_SIZE=$(get_pool_prop allocated $TESTPOOL)
97 (($NEW_POOL_SIZE <= $POOL_SIZE)) && \
99 than or equal to the old pool size $POOL_SIZE."
/freebsd/tests/sys/cddl/zfs/tests/xattr/
H A Dxattr_012_pos.ksh77 POOL_SIZE=0
84 POOL_SIZE=$(get_pool_size $TESTPOOL)
98 if (( $NEW_POOL_SIZE <= $POOL_SIZE ))
101 than or equal to the old pool size $POOL_SIZE."
/freebsd/tests/sys/aio/
H A Daio_test.c971 #define POOL_SIZE (1 << 28) /* 256 MB */ macro
1001 ftruncate(fd, POOL_SIZE), "ftruncate failed: %s", strerror(errno)); in aio_zvol_setup()