Home
last modified time | relevance | path

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

12

/freebsd-14.2/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-14.2/tests/sys/cddl/zfs/tests/reservation/
H A Dreservation_012_pos.ksh85 (( write_count = ( RESV_FREE_SPACE + RESV_TOLERANCE ) / BLOCK_SIZE ))
87 $FILE_WRITE -o create -f $TESTDIR2/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
93 (( write_count = ( RESV_FREE_SPACE - RESV_TOLERANCE ) / BLOCK_SIZE ))
94 log_must $FILE_WRITE -o create -f $TESTDIR/$TESTFILE2 -b $BLOCK_SIZE -c $write_count -d 0
H A Dreservation_006_pos.ksh80 write_count=`expr $fill_size / $BLOCK_SIZE`
83 -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_010_pos.ksh86 write_count=`expr $fill_size / $BLOCK_SIZE`
91 -c $write_count -d 0
H A Dreservation_015_pos.ksh94 write_count=`expr $fill_size / $BLOCK_SIZE`
99 -c $write_count -d 0
H A Dreservation_016_pos.ksh93 write_count=`expr $fill_size / $BLOCK_SIZE`
98 -c $write_count -d 0
H A Dreservation_008_pos.ksh99 write_count=`expr $fill_size / $BLOCK_SIZE`
107 -c $write_count -d 0
/freebsd-14.2/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_016_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_009_pos.ksh85 write_count=`expr $fill_size / $BLOCK_SIZE`
90 -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.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_008_pos.ksh102 write_count=`expr $fill_size / $BLOCK_SIZE`
110 -c $write_count -d 0
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
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_decompress.ksh44 write_count=256
56 for i in {1..$write_count}
62 for i in {1..$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_recover.ksh43 write_count=8
49 file_write -o create -w -f $init_data -b $blksize -c $write_count
H A Dzdb_backup.ksh20 write_count=8
39 file_write -o create -w -f $TESTDIR/file -b $blksize -c $write_count
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_zstd.ksh47 write_count=128
58 for i in {1..$write_count}
/freebsd-14.2/tests/sys/cddl/zfs/bin/
H A Dfile_write.c57 int write_count = BIGFILESIZE; in main() local
78 write_count = atoi(optarg); in main()
192 write_count, offset, in main()
197 for (i = 0; i < write_count; i++) { in main()
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Dfile_write.c71 int write_count = BIGFILESIZE; in main() local
90 write_count = atoi(optarg); in main()
212 write_count, offset); in main()
222 for (i = 0; i < write_count; i++) { in main()
/freebsd-14.2/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