Home
last modified time | relevance | path

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

12

/src/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
/src/tests/sys/cddl/zfs/tests/reservation/
H A Dreservation_012_pos.ksh82 (( write_count = ( RESV_FREE_SPACE + RESV_TOLERANCE ) / BLOCK_SIZE ))
84 $FILE_WRITE -o create -f $TESTDIR2/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
90 (( write_count = ( RESV_FREE_SPACE - RESV_TOLERANCE ) / BLOCK_SIZE ))
91 log_must $FILE_WRITE -o create -f $TESTDIR/$TESTFILE2 -b $BLOCK_SIZE -c $write_count -d 0
H A Dreservation_006_pos.ksh77 write_count=`expr $fill_size / $BLOCK_SIZE`
80 -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.ksh83 write_count=`expr $fill_size / $BLOCK_SIZE`
88 -c $write_count -d 0
H A Dreservation_015_pos.ksh91 write_count=`expr $fill_size / $BLOCK_SIZE`
96 -c $write_count -d 0
H A Dreservation_016_pos.ksh90 write_count=`expr $fill_size / $BLOCK_SIZE`
95 -c $write_count -d 0
H A Dreservation_008_pos.ksh96 write_count=`expr $fill_size / $BLOCK_SIZE`
104 -c $write_count -d 0
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_012_pos.ksh76 ((write_count = (RESV_FREE_SPACE + RESV_TOLERANCE) / BLOCK_SIZE))
78 file_write -o create -f $TESTDIR2/$TESTFILE1 -b $BLOCK_SIZE -c $write_count \
85 ((write_count = (RESV_FREE_SPACE - RESV_TOLERANCE) / BLOCK_SIZE))
87 $write_count -d 0
H A Dreservation_006_pos.ksh77 write_count=`expr $fill_size / $BLOCK_SIZE`
80 -c $write_count -d 0
H A Dreservation_009_pos.ksh86 write_count=`expr $fill_size / $BLOCK_SIZE`
91 -c $write_count -d 0
H A Dreservation_016_pos.ksh84 write_count=$((fill_size / BLOCK_SIZE))
88 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
H A Dreservation_015_pos.ksh85 write_count=$((fill_size / BLOCK_SIZE))
89 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
H A Dreservation_010_pos.ksh86 write_count=`expr $fill_size / $BLOCK_SIZE`
90 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
H A Dreservation_008_pos.ksh103 write_count=`expr $fill_size / $BLOCK_SIZE`
111 -c $write_count -d 0
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_display_block.ksh49 write_count=256
63 file_write -d R -o create -w -f $init_data -b $blksize -c $write_count
115 if [ $block_cnt -ne $write_count ]; then
125 if [ $block_cnt -ne $write_count ]; then
H A Dzdb_decompress.ksh45 write_count=256
57 for i in {1..$write_count}
63 for i in {1..$write_count}
H A Dzdb_recover.ksh44 write_count=8
50 file_write -o create -w -f $init_data -b $blksize -c $write_count
H A Dzdb_recover_2.ksh45 write_count=8
51 file_write -o create -w -f $init_data -b $blksize -c $write_count
H A Dzdb_backup.ksh21 write_count=8
40 file_write -o create -w -f $TESTDIR/file -b $blksize -c $write_count
H A Dzdb_checksum.ksh41 write_count=8
47 file_write -o create -w -f $init_data -b $blksize -c $write_count
H A Dzdb_decompress_zstd.ksh48 write_count=128
59 for i in {1..$write_count}
/src/tests/sys/cddl/zfs/bin/
H A Dfile_write.c56 int write_count = BIGFILESIZE; in main() local
77 write_count = atoi(optarg); in main()
191 write_count, offset, in main()
196 for (i = 0; i < write_count; i++) { in main()
/src/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Dfile_write.c72 int write_count = BIGFILESIZE; in main() local
91 write_count = atoi(optarg); in main()
213 write_count, offset); in main()
223 for (i = 0; i < write_count; i++) { in main()
/src/tests/sys/cddl/zfs/tests/zil/
H A Dzil_002_pos.ksh62 write_count=`expr $file_size / $BLOCK_SIZE`
86 log_must $FILE_WRITE -o create -f $tf1 -b $BLOCK_SIZE -c $write_count -d 0

12