Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/test/zfs-tests/cmd/randwritecomp/
H A Drandwritecomp.c51 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 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_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_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_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.ksh117 -b $BLOCKSZ -c $NUM_WRITES -d $j
147 -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
/illumos-gate/usr/src/test/zfs-tests/tests/functional/zvol/zvol_ENOSPC/
H A Dzvol_ENOSPC_001_pos.ksh63 BLOCKSZ=$(( 1024 * 1024 ))
68 -b $BLOCKSZ -c $NUM_WRITES
/illumos-gate/usr/src/test/zfs-tests/tests/functional/no_space/
H A Denospc_001_pos.ksh61 file_write -o create -f $TESTDIR/$TESTFILE0 -b $BLOCKSZ \
69 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCKSZ \
H A Denospc.cfg36 export BLOCKSZ=8192
/illumos-gate/usr/src/test/zfs-tests/tests/functional/zvol/zvol_swap/
H A Dzvol_swap_001_pos.ksh68 -b $BLOCKSZ -c $NUM_WRITES -d $DATA
74 tf_size=$(( BLOCKSZ * NUM_WRITES ))
H A Dzvol_swap_003_pos.ksh85 -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 Dcompress_001_pos.ksh55 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 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.cfg31 export BLOCKSZ=8192
/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmalloc.c524 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 Dzvol_misc_002_pos.ksh65 BLOCKSZ=$(( 1024 * 1024 ))
81 -b $BLOCKSZ -c $NUM_WRITES
/illumos-gate/usr/src/test/zfs-tests/cmd/
H A Dfile_common.h49 #define BLOCKSZ 8192 macro
/illumos-gate/usr/src/test/zfs-tests/tests/functional/utils_test/
H A Dutils_test.kshlib47 -f $TESTDIR/$TESTFILE.$filenum -b $BLOCKSZ -d $DATA
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_clear/
H A Dzpool_clear.cfg32 export BLOCKSZ=$(( 1024 * 1024 ))

12