Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/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
/illumos-gate/usr/src/test/zfs-tests/tests/functional/reservation/
H A Dreservation_012_pos.sh75 ((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.sh76 write_count=`expr $fill_size / $BLOCK_SIZE`
79 -c $write_count -d 0
H A Dreservation_009_pos.sh83 write_count=`expr $fill_size / $BLOCK_SIZE`
88 -c $write_count -d 0
H A Dreservation_015_pos.sh83 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.sh82 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_010_pos.sh85 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.sh102 write_count=`expr $fill_size / $BLOCK_SIZE`
110 -c $write_count -d 0
/illumos-gate/usr/src/test/zfs-tests/cmd/file_write/
H A Dfile_write.c57 int write_count = BIGFILESIZE; in main() local
77 write_count = atoi(optarg); in main()
190 write_count, offset, in main()
195 for (i = 0; i < write_count; i++) { in main()
/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c782 static uint64_t write_count = 0; local
855 ++write_count, sequence, out_len));
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c801 static uint64_t write_count = 0; in auditd_plugin() local
827 ++write_count, sequence, toss_count)); in auditd_plugin()