Home
last modified time | relevance | path

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

/f-stack/freebsd/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
/f-stack/freebsd/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.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_009_pos.ksh83 write_count=`expr $fill_size / $BLOCK_SIZE`
88 -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_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_008_pos.ksh102 write_count=`expr $fill_size / $BLOCK_SIZE`
110 -c $write_count -d 0
/f-stack/freebsd/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_checksum.ksh40 write_count=8
46 file_write -o create -w -f $init_data -b $blksize -c $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
H A Dzdb_decompress_zstd.ksh47 write_count=128
58 for i in {1..$write_count}
/f-stack/dpdk/drivers/raw/ifpga/base/
H A Dopae_at24_eeprom.c65 int write_count = 0; in at24_eeprom_write() local
83 write_count += len; in at24_eeprom_write()
86 return write_count; in at24_eeprom_write()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/file_write/
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()