Searched refs:BLOCKSZ (Results 1 – 25 of 36) sorted by relevance
12
/illumos-gate/usr/src/test/zfs-tests/cmd/randwritecomp/ |
H A D | randwritecomp.c | 51 static uint8_t randbuf[BLOCKSZ]; 88 bcopy(randbuf, buf, BLOCKSZ); in fillbuf() 90 bzero(buf, BLOCKSZ - 10); in fillbuf() 92 bzero(buf, BLOCKSZ - i * 512 + 256); in fillbuf() 114 rwc_pwrite(fd, buf, BLOCKSZ, j * BLOCKSZ); in sequential_writes() 126 rwc_pwrite(fd, buf, BLOCKSZ, (lrand48() % nblocks) * BLOCKSZ); in random_writes() 135 char buf[BLOCKSZ]; in main() 167 nblocks = ss.st_size / BLOCKSZ; in main() 171 BLOCKSZ); in main() 176 for (int i = 0; i < BLOCKSZ; i++) in main()
|
/illumos-gate/usr/src/test/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 | 117 -b $BLOCKSZ -c $NUM_WRITES -d $j 147 -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
|
/illumos-gate/usr/src/test/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
|
/illumos-gate/usr/src/test/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.cfg | 36 export BLOCKSZ=8192
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/zvol/zvol_swap/ |
H A D | zvol_swap_001_pos.ksh | 68 -b $BLOCKSZ -c $NUM_WRITES -d $DATA 74 tf_size=$(( BLOCKSZ * NUM_WRITES ))
|
H A D | zvol_swap_003_pos.ksh | 85 -b $BLOCKSZ -c $NUM_WRITES -d $DATA 91 tf_size=$((BLOCKSZ * NUM_WRITES))
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/compression/ |
H A D | compress_001_pos.ksh | 55 log_must file_write -o $OP -f $TESTDIR/$TESTFILE0 -b $BLOCKSZ \ 61 log_must file_write -o $OP -f $TESTDIR/$TESTFILE1 -b $BLOCKSZ \
|
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.cfg | 31 export BLOCKSZ=8192
|
/illumos-gate/usr/src/lib/libmalloc/common/ |
H A D | malloc.c | 524 nget = (nget + BLOCKSZ - 1)/BLOCKSZ * BLOCKSZ; in malloc_unlocked() 549 nget = (nb + BLOCKSZ - 1) / BLOCKSZ * BLOCKSZ; in malloc_unlocked() 575 nget = (nget + (BLOCKSZ - 1)) / in malloc_unlocked() 576 BLOCKSZ * BLOCKSZ; in malloc_unlocked()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/zvol/zvol_misc/ |
H A D | zvol_misc_002_pos.ksh | 65 BLOCKSZ=$(( 1024 * 1024 )) 80 -b $BLOCKSZ -c $NUM_WRITES
|
/illumos-gate/usr/src/test/zfs-tests/cmd/ |
H A D | file_common.h | 49 #define BLOCKSZ 8192 macro
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/utils_test/ |
H A D | utils_test.kshlib | 47 -f $TESTDIR/$TESTFILE.$filenum -b $BLOCKSZ -d $DATA
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_clear/ |
H A D | zpool_clear.cfg | 32 export BLOCKSZ=$(( 1024 * 1024 ))
|
12