Searched refs:BLOCKSZ (Results 1 – 25 of 34) sorted by relevance
12
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/randwritecomp/ |
| H A D | randwritecomp.c | 53 static uint8_t randbuf[BLOCKSZ]; 90 bcopy(randbuf, buf, BLOCKSZ); in fillbuf() 92 bzero(buf, BLOCKSZ - 10); in fillbuf() 94 bzero(buf, BLOCKSZ - i * 512 + 256); in fillbuf() 116 rwc_pwrite(fd, buf, BLOCKSZ, j * BLOCKSZ); in sequential_writes() 128 rwc_pwrite(fd, buf, BLOCKSZ, (lrand48() % nblocks) * BLOCKSZ); in random_writes() 137 char buf[BLOCKSZ]; in main() 169 nblocks = ss.st_size / BLOCKSZ; in main() 173 BLOCKSZ); in main() 178 for (int i = 0; i < BLOCKSZ; i++) in main()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_ENOSPC/ |
| H A D | zvol_ENOSPC_001_pos.ksh | 63 BLOCKSZ=$(( 1024 * 1024 )) 68 -b $BLOCKSZ -c $NUM_WRITES
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/ |
| H A D | rollback_002_pos.ksh | 79 -b $BLOCKSZ -c $NUM_WRITES -d $i 96 -b $BLOCKSZ -c $NUM_WRITES -d $i 107 -b $BLOCKSZ -c $NUM_WRITES -d $i
|
| H A D | snapshot_005_pos.ksh | 71 log_must file_write -o create -f $TESTDIR1/$TESTFILE -b $BLOCKSZ \ 82 log_must file_write -o append -f $TESTDIR1/$TESTFILE -b $BLOCKSZ \
|
| H A D | snapshot_001_pos.ksh | 72 log_must file_write -o create -f $TESTDIR/$TESTFILE -b $BLOCKSZ \ 83 log_must file_write -o append -f $TESTDIR/$TESTFILE -b $BLOCKSZ \
|
| H A D | snapshot_011_pos.ksh | 73 -b $BLOCKSZ -c $NUM_WRITES -d $i 90 -b $BLOCKSZ -c $NUM_WRITES -d $i
|
| H A D | rollback_001_pos.ksh | 75 -b $BLOCKSZ -c $NUM_WRITES -d $i 92 -b $BLOCKSZ -c $NUM_WRITES -d $i
|
| H A D | clone_001_pos.ksh | 127 -b $BLOCKSZ -c $NUM_WRITES -d $j 157 -b $BLOCKSZ -c $NUM_WRITES -d $j
|
| H A D | snapshot_004_pos.ksh | 79 -b $BLOCKSZ -c $NUM_WRITES -d $i
|
| H A D | snapshot_008_pos.ksh | 77 -b $BLOCKSZ -c $NUM_WRITES -d $i
|
| H A D | snapshot_003_pos.ksh | 82 -b $BLOCKSZ -c $NUM_WRITES -d $i
|
| H A D | snapshot_007_pos.ksh | 86 -b $BLOCKSZ -c $NUM_WRITES -d $i
|
| H A D | snapshot_013_pos.ksh | 82 -b $BLOCKSZ -c $NUM_WRITES -d $i
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/no_space/ |
| H A D | enospc_001_pos.ksh | 62 file_write -o create -f $TESTDIR/$TESTFILE0 -b $BLOCKSZ \ 70 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCKSZ \
|
| H A D | enospc_df.ksh | 50 file_write -o create -f $TESTDIR/$TESTFILE0 -b $BLOCKSZ \
|
| H A D | enospc_003_pos.ksh | 64 file_write -o create -f $testfile0 -b $BLOCKSZ \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_swap/ |
| H A D | zvol_swap_001_pos.ksh | 68 -b $BLOCKSZ -c $NUM_WRITES -d $DATA 73 tf_size=$(( BLOCKSZ * NUM_WRITES ))
|
| H A D | zvol_swap_003_pos.ksh | 86 -b $BLOCKSZ -c $NUM_WRITES -d $DATA 92 tf_size=$((BLOCKSZ * NUM_WRITES))
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/compression/ |
| H A D | compress_002_pos.ksh | 57 log_must file_write -o $OP -f $TESTDIR1/$TESTFILE0 -b $BLOCKSZ \ 63 log_must file_write -o $OP -f $TESTDIR1/$TESTFILE1 -b $BLOCKSZ \
|
| H A D | compress_001_pos.ksh | 52 log_must file_write -o $OP -f $TESTDIR/$TESTFILE0 -b $BLOCKSZ \ 58 log_must file_write -o $OP -f $TESTDIR/$TESTFILE1 -b $BLOCKSZ \
|
| H A D | compress.cfg | 31 export BLOCKSZ=8192
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/ |
| H A D | zvol_misc_002_pos.ksh | 64 BLOCKSZ=$(( 1024 * 1024 )) 78 -b $BLOCKSZ -c $NUM_WRITES
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | file_common.h | 57 #define BLOCKSZ 8192 macro
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/ |
| H A D | redundancy.kshlib | 153 file_write -o create -f $file.$i -b $BLOCKSZ -c $NUM_WRITES 172 file_write -o create -f $file.$i -b $BLOCKSZ -c $NUM_WRITES
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_clear/ |
| H A D | zpool_clear.cfg | 32 export BLOCKSZ=$(( 1024 * 1024 ))
|
12