Home
last modified time | relevance | path

Searched refs:BLOCKSIZE (Results 1 – 23 of 23) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/persist_l2arc/
H A Dpersist_l2arc.cfg36 export BLOCKSIZE=128K
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_ENOSPC/
H A Dsetup.ksh43 default_zvol_setup $DISK $VOLSIZE $BLOCKSIZE
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mkfile/
H A Dmkfile.c40 #define BLOCKSIZE 512 /* bytes */ macro
96 mult = BLOCKSIZE; in main()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremove_attach_mirror.ksh48 export BLOCKSIZE=4K
H A Dremoval_nopwrite.ksh27 BLOCKSIZE=8192
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/perf/fio/
H A Dsequential_reads.fio26 bs=${BLOCKSIZE}
H A Drandom_reads.fio26 bs=${BLOCKSIZE}
H A Drandom_readwrite_fixed.fio29 bs=${BLOCKSIZE}
H A Dsequential_writes.fio26 bs=${BLOCKSIZE}
H A Drandom_writes.fio26 bs=${BLOCKSIZE}
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/compression/
H A Dl2arc_compressed_arc.ksh37 export BLOCKSIZE=128K
H A Dl2arc_compressed_arc_disabled.ksh37 export BLOCKSIZE=128K
H A Dl2arc_encrypted_no_compressed_arc.ksh38 export BLOCKSIZE=128K
H A Dl2arc_encrypted.ksh38 export BLOCKSIZE=128K
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cache/
H A Dcache_012_pos.ksh76 export BLOCKSIZE=128K
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/trim/
H A Dtrim_l2arc.ksh76 export BLOCKSIZE=128K
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/
H A Dzvol.cfg37 export BLOCKSIZE=4K
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v04.c352 #define BLOCKSIZE (128 KB) /* define, for static allocation */ macro
2514 BYTE litBuffer[BLOCKSIZE + 8 /* margin for wildcopy */];
2652 size_t litSize = BLOCKSIZE; in ZSTD_decodeLiteralsBlock()
2664 if (litSize > BLOCKSIZE) return ERROR(corruption_detected); in ZSTD_decodeLiteralsBlock()
2679 if (litSize > BLOCKSIZE) return ERROR(corruption_detected); in ZSTD_decodeLiteralsBlock()
3048 if (srcSize > BLOCKSIZE) return ERROR(corruption_detected); in ZSTD_decompressBlock_internal()
3189 *dBound = nbBlocks * BLOCKSIZE; in ZSTDv04_findFrameSizeInfoLegacy()
3481 size_t const neededInSize = BLOCKSIZE; /* a block is never > BLOCKSIZE */ in ZBUFF_decompressContinue()
3564 if (zbc->outStart + BLOCKSIZE > zbc->outBuffSize) in ZBUFF_decompressContinue()
3594 size_t ZBUFFv04_recommendedDInSize() { return BLOCKSIZE + 3; } in ZBUFFv04_recommendedDInSize()
[all …]
H A Dzstd_v05.c451 #define BLOCKSIZE (128 KB) /* define, for static allocation */ macro
2665 BYTE litBuffer[BLOCKSIZE + WILDCOPY_OVERLENGTH];
2702 …sizeof(ZSTDv05_DCtx) - (BLOCKSIZE+WILDCOPY_OVERLENGTH + ZSTDv05_frameHeaderSize_max)); /* no need… in ZSTDv05_copyDCtx()
2903 if (litSize > BLOCKSIZE) return ERROR(corruption_detected); in ZSTDv05_decodeLiteralsBlock()
2989 if (litSize > BLOCKSIZE) return ERROR(corruption_detected); in ZSTDv05_decodeLiteralsBlock()
3397 if (srcSize >= BLOCKSIZE) return ERROR(srcSize_wrong); in ZSTDv05_decompressBlock_internal()
3576 *dBound = nbBlocks * BLOCKSIZE; in ZSTDv05_findFrameSizeInfoLegacy()
3946 size_t neededInSize = BLOCKSIZE; /* a block is never > BLOCKSIZE */ in ZBUFFv05_decompressContinue()
4024 if (zbc->outStart + BLOCKSIZE > zbc->outBuffSize) in ZBUFFv05_decompressContinue()
4053 size_t ZBUFFv05_recommendedDInSize(void) { return BLOCKSIZE + ZBUFFv05_blockHeaderSize /* block he… in ZBUFFv05_recommendedDInSize()
[all …]
H A Dzstd_v03.c2357 #define BLOCKSIZE (128 KB) /* define, for static allocation */ macro
2363 #define WORKPLACESIZE (BLOCKSIZE*3)
2458 BYTE litBuffer[BLOCKSIZE + 8 /* margin for wildcopy */];
2527 size_t litSize = BLOCKSIZE; in ZSTD_decodeLiteralsBlock()
2539 if (litSize > BLOCKSIZE) return ERROR(corruption_detected); in ZSTD_decodeLiteralsBlock()
2555 if (litSize > BLOCKSIZE) return ERROR(corruption_detected); in ZSTD_decodeLiteralsBlock()
3024 *dBound = nbBlocks * BLOCKSIZE; in ZSTDv03_findFrameSizeInfoLegacy()
H A Dzstd_v02.c2716 #define BLOCKSIZE (128 KB) /* define, for static allocation */ macro
2722 #define WORKPLACESIZE (BLOCKSIZE*3)
2817 BYTE litBuffer[BLOCKSIZE + 8 /* margin for wildcopy */];
2886 size_t litSize = BLOCKSIZE; in ZSTD_decodeLiteralsBlock()
2898 if (litSize > BLOCKSIZE) return ERROR(corruption_detected); in ZSTD_decodeLiteralsBlock()
2914 if (litSize > BLOCKSIZE) return ERROR(corruption_detected); in ZSTD_decodeLiteralsBlock()
3383 *dBound = nbBlocks * BLOCKSIZE; in ZSTDv02_findFrameSizeInfoLegacy()
H A Dzstd_v01.c1326 #define BLOCKSIZE (128 KB) /* define, for static allocation */ macro
1328 #define WORKPLACESIZE (BLOCKSIZE*3)
2060 *dBound = nbBlocks * BLOCKSIZE; in ZSTDv01_findFrameSizeInfoLegacy()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/perf/
H A Dperf.shlib118 export BLOCKSIZE=$iosize