Searched refs:write_count (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp_write_distribution.ksh70 typeset -i write_count
74 write_count=$(grep -c file.${x} $MMP_HISTORY_TMP)
75 if [ $write_count -lt $min_writes ]; then
76 min_writes=$write_count
78 if [ $write_count -gt $max_writes ]; then
79 max_writes=$write_count
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_recover.ksh43 write_count=8
49 file_write -o create -w -f $init_data -b $blksize -c $write_count
H A Dzdb_recover_2.ksh44 write_count=8
50 file_write -o create -w -f $init_data -b $blksize -c $write_count
H A Dzdb_display_block.ksh48 write_count=256
62 file_write -d R -o create -w -f $init_data -b $blksize -c $write_count
114 if [ $block_cnt -ne $write_count ]; then
124 if [ $block_cnt -ne $write_count ]; then
H A Dzdb_checksum.ksh40 write_count=8
46 file_write -o create -w -f $init_data -b $blksize -c $write_count
H A Dzdb_decompress.ksh44 write_count=256
56 for i in {1..$write_count}
62 for i in {1..$write_count}
H A Dzdb_decompress_zstd.ksh47 write_count=128
58 for i in {1..$write_count}
H A Dzdb_objset_id.ksh47 write_count=8
53 file_write -o create -w -f $init_data -b $blksize -c $write_count
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_012_pos.ksh75 ((write_count = (RESV_FREE_SPACE + RESV_TOLERANCE) / BLOCK_SIZE))
77 file_write -o create -f $TESTDIR2/$TESTFILE1 -b $BLOCK_SIZE -c $write_count \
84 ((write_count = (RESV_FREE_SPACE - RESV_TOLERANCE) / BLOCK_SIZE))
86 $write_count -d 0
H A Dreservation_006_pos.ksh76 write_count=`expr $fill_size / $BLOCK_SIZE`
79 -c $write_count -d 0
H A Dreservation_009_pos.ksh83 write_count=`expr $fill_size / $BLOCK_SIZE`
88 -c $write_count -d 0
H A Dreservation_010_pos.ksh85 write_count=`expr $fill_size / $BLOCK_SIZE`
89 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
H A Dreservation_015_pos.ksh83 write_count=$((fill_size / BLOCK_SIZE))
87 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
H A Dreservation_016_pos.ksh82 write_count=$((fill_size / BLOCK_SIZE))
86 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
H A Dreservation_008_pos.ksh102 write_count=`expr $fill_size / $BLOCK_SIZE`
110 -c $write_count -d 0
/freebsd-13-stable/tests/sys/cddl/zfs/tests/reservation/
H A Dreservation_006_pos.ksh82 write_count=`expr $fill_size / $BLOCK_SIZE`
85 -c $write_count -d 0
H A Dreservation_012_pos.ksh87 (( write_count = ( RESV_FREE_SPACE + RESV_TOLERANCE ) / BLOCK_SIZE ))
89 $FILE_WRITE -o create -f $TESTDIR2/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
95 (( write_count = ( RESV_FREE_SPACE - RESV_TOLERANCE ) / BLOCK_SIZE ))
96 log_must $FILE_WRITE -o create -f $TESTDIR/$TESTFILE2 -b $BLOCK_SIZE -c $write_count -d 0
H A Dreservation_009_pos.ksh88 write_count=`expr $fill_size / $BLOCK_SIZE`
93 -c $write_count -d 0
H A Dreservation_010_pos.ksh88 write_count=`expr $fill_size / $BLOCK_SIZE`
93 -c $write_count -d 0
H A Dreservation_008_pos.ksh101 write_count=`expr $fill_size / $BLOCK_SIZE`
109 -c $write_count -d 0
H A Dreservation_015_pos.ksh96 write_count=`expr $fill_size / $BLOCK_SIZE`
101 -c $write_count -d 0
H A Dreservation_016_pos.ksh95 write_count=`expr $fill_size / $BLOCK_SIZE`
100 -c $write_count -d 0
/freebsd-13-stable/tests/sys/cddl/zfs/bin/
H A Dfile_write.c58 int write_count = BIGFILESIZE; local
79 write_count = atoi(optarg);
191 (void) printf("%s: block_size = %d, write_count = %d, "
193 write_count, offset,
198 for (i = 0; i < write_count; i++) {
232 "\t[-s offset] [-c write_count] [-d data]\n"
/freebsd-13-stable/tests/sys/cddl/zfs/tests/zil/
H A Dzil_002_pos.ksh64 write_count=`expr $file_size / $BLOCK_SIZE`
88 log_must $FILE_WRITE -o create -f $tf1 -b $BLOCK_SIZE -c $write_count -d 0
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/file_write/
H A Dfile_write.c71 int write_count = BIGFILESIZE; local
90 write_count = atoi(optarg);
210 (void) printf("%s: block_size = %d, write_count = %d, "
212 write_count, offset);
222 for (i = 0; i < write_count; i++) {
251 "\t[-s offset] [-c write_count] [-d data]\n\n"

Completed in 193 milliseconds

12