Home
last modified time | relevance | path

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

/titanic_41/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_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_009_pos.sh83 write_count=`expr $fill_size / $BLOCK_SIZE`
88 -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
/titanic_41/usr/src/test/zfs-tests/cmd/file_write/
H A Dfile_write.c53 int write_count = BIGFILESIZE; in main() local
72 write_count = atoi(optarg); in main()
183 write_count, offset, in main()
188 for (i = 0; i < write_count; i++) { in main()
/titanic_41/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c781 static uint64_t write_count = 0; local
854 ++write_count, sequence, out_len));
/titanic_41/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c799 static uint64_t write_count = 0; in auditd_plugin() local
825 ++write_count, sequence, toss_count)); in auditd_plugin()