Home
last modified time | relevance | path

Searched refs:BLOCKSZ (Results 1 – 25 of 34) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/randwritecomp/
H A Drandwritecomp.c53 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 Dzvol_ENOSPC_001_pos.ksh63 BLOCKSZ=$(( 1024 * 1024 ))
68 -b $BLOCKSZ -c $NUM_WRITES
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
H A Drollback_002_pos.ksh79 -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 Dsnapshot_005_pos.ksh71 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 Dsnapshot_001_pos.ksh72 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 Dsnapshot_011_pos.ksh73 -b $BLOCKSZ -c $NUM_WRITES -d $i
90 -b $BLOCKSZ -c $NUM_WRITES -d $i
H A Drollback_001_pos.ksh75 -b $BLOCKSZ -c $NUM_WRITES -d $i
92 -b $BLOCKSZ -c $NUM_WRITES -d $i
H A Dclone_001_pos.ksh127 -b $BLOCKSZ -c $NUM_WRITES -d $j
157 -b $BLOCKSZ -c $NUM_WRITES -d $j
H A Dsnapshot_004_pos.ksh79 -b $BLOCKSZ -c $NUM_WRITES -d $i
H A Dsnapshot_008_pos.ksh77 -b $BLOCKSZ -c $NUM_WRITES -d $i
H A Dsnapshot_003_pos.ksh82 -b $BLOCKSZ -c $NUM_WRITES -d $i
H A Dsnapshot_007_pos.ksh86 -b $BLOCKSZ -c $NUM_WRITES -d $i
H A Dsnapshot_013_pos.ksh82 -b $BLOCKSZ -c $NUM_WRITES -d $i
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/no_space/
H A Denospc_001_pos.ksh62 file_write -o create -f $TESTDIR/$TESTFILE0 -b $BLOCKSZ \
70 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCKSZ \
H A Denospc_df.ksh50 file_write -o create -f $TESTDIR/$TESTFILE0 -b $BLOCKSZ \
H A Denospc_003_pos.ksh64 file_write -o create -f $testfile0 -b $BLOCKSZ \
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_swap/
H A Dzvol_swap_001_pos.ksh68 -b $BLOCKSZ -c $NUM_WRITES -d $DATA
73 tf_size=$(( BLOCKSZ * NUM_WRITES ))
H A Dzvol_swap_003_pos.ksh86 -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 Dcompress_002_pos.ksh57 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 Dcompress_001_pos.ksh52 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 Dcompress.cfg31 export BLOCKSZ=8192
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/
H A Dzvol_misc_002_pos.ksh64 BLOCKSZ=$(( 1024 * 1024 ))
78 -b $BLOCKSZ -c $NUM_WRITES
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/
H A Dfile_common.h57 #define BLOCKSZ 8192 macro
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy.kshlib153 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 Dzpool_clear.cfg32 export BLOCKSZ=$(( 1024 * 1024 ))

12