Home
last modified time | relevance | path

Searched refs:BLOCK_SIZE (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/tests/sys/cddl/zfs/tests/reservation/
H A Dreservation_015_pos.ksh78 resv_size_set=$(floor_volsize $resv_size_set $BLOCK_SIZE)
80 log_must $ZFS create -b $BLOCK_SIZE -V $resv_size_set $TESTPOOL/$TESTVOL
91 write_count=`expr $fill_size / $BLOCK_SIZE`
95 $FILE_WRITE -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE \
105 log_must $FILE_WRITE -o create -f $TESTDIR/$TESTFILE2 -b $BLOCK_SIZE \
H A Dreservation_016_pos.ksh73 vol_set_size=$(floor_volsize $vol_set_size $BLOCK_SIZE)
77 log_must $ZFS create -b $BLOCK_SIZE -V $vol_set_size $TESTPOOL/$TESTVOL
90 write_count=`expr $fill_size / $BLOCK_SIZE`
94 $FILE_WRITE -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE \
103 log_must $FILE_WRITE -o create -f $TESTDIR/$TESTFILE2 -b $BLOCK_SIZE \
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_009_pos.ksh83 write_count=`expr $fill_size / $BLOCK_SIZE`
87 $FILE_WRITE -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE \
96 log_must $FILE_WRITE -o create -f $TESTDIR/$TESTFILE2 -b $BLOCK_SIZE \
H A Dreservation_010_pos.ksh83 write_count=`expr $fill_size / $BLOCK_SIZE`
87 $FILE_WRITE -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE \
96 log_must $FILE_WRITE -o create -f $TESTDIR/$TESTFILE2 -b $BLOCK_SIZE \
H A Dreservation_008_pos.ksh96 write_count=`expr $fill_size / $BLOCK_SIZE`
103 $FILE_WRITE -o create -f $TESTDIR$num/$TESTFILE1 -b $BLOCK_SIZE \
115 log_must $FILE_WRITE -o create -f ${TESTDIR}$num/$TESTFILE2 -b $BLOCK_SIZE \
H A Dreservation_006_pos.ksh77 write_count=`expr $fill_size / $BLOCK_SIZE`
79 log_must $FILE_WRITE -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE \
/freebsd/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))
85 log_must file_write -o create -f $TESTDIR/$TESTFILE2 -b $BLOCK_SIZE -c \
H A Dreservation_006_pos.ksh76 write_count=`expr $fill_size / $BLOCK_SIZE`
78 log_must file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE \
H A Dreservation_009_pos.ksh85 write_count=`expr $fill_size / $BLOCK_SIZE`
89 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE \
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_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`
109 file_write -o create -f $TESTDIR$num/$TESTFILE1 -b $BLOCK_SIZE \
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_lzop.c86 #define BLOCK_SIZE (256 * 1024)
262 BLOCK_SIZE + (BLOCK_SIZE >> 4) + 64 + 3; in archive_write_lzop_open()
272 data->uncompressed_buffer_size = BLOCK_SIZE; in archive_write_lzop_open()
280 data->uncompressed_avail_bytes = BLOCK_SIZE; in archive_write_lzop_open()
415 data->uncompressed_avail_bytes = BLOCK_SIZE; in archive_write_lzop_write()
428 if (data->uncompressed_avail_bytes < BLOCK_SIZE) { in archive_write_lzop_close()
87 #define BLOCK_SIZE global() macro
/freebsd/tools/tools/indent_wrapper/
H A Dindent_wrapper.c43 #define BLOCK_SIZE 4096 macro
66 size_t size = sizeof(*pb) + (2 * BLOCK_SIZE); in alloc_block()
73 pb->mask = pb->data + BLOCK_SIZE; in alloc_block()
74 pb->length = BLOCK_SIZE; in alloc_block()
335 len = fread(ptr->data, 1, BLOCK_SIZE, pfd[1]); in cmd_block_process()
450 if (y1 == BLOCK_SIZE) { in main()
469 if (y2 == BLOCK_SIZE) { in main()
484 if (y1 == BLOCK_SIZE) { in main()
490 if (y2 == BLOCK_SIZE) { in main()
681 if (y2 == BLOCK_SIZE) { in main()
/freebsd/tests/sys/cddl/zfs/tests/grow_pool/
H A Dgrow_pool_001_pos.ksh61 -b $BLOCK_SIZE -c $WRITE_COUNT -d 0
79 -b $BLOCK_SIZE -c $SMALL_WRITE_COUNT -d 0
/freebsd/tests/sys/cddl/zfs/tests/quota/
H A Dquota.kshlib47 $FILE_WRITE -o create -f $MNTPT/$TESTFILE1 -b $BLOCK_SIZE \
79 -b $BLOCK_SIZE -c $write_size -d 0
/freebsd/tests/sys/cddl/zfs/tests/grow_replicas/
H A Dgrow_replicas_001_pos.ksh62 -b $BLOCK_SIZE -c $WRITE_COUNT -d 0
88 -b $BLOCK_SIZE -c $SMALL_WRITE_COUNT -d 0
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/quota/
H A Dquota.kshlib33 # BLOCK_SIZE, QUOTA_VALUE and TOLERANCE set in quota.cfg
59 file_write -o create -f $MNTPT/$TESTFILE1 -b $BLOCK_SIZE \
92 -b $BLOCK_SIZE -c $write_size -d 0
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/grow/
H A Dgrow_pool_001_pos.ksh67 -b $BLOCK_SIZE -c $WRITE_COUNT -d 0
84 -b $BLOCK_SIZE -c $SMALL_WRITE_COUNT -d 0
H A Dgrow_replicas_001_pos.ksh71 -b $BLOCK_SIZE -c $WRITE_COUNT -d 0
83 -b $BLOCK_SIZE -c $SMALL_WRITE_COUNT -d 0
/freebsd/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
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_holds.ksh122 file_write -o create -f $init_data -b $BLOCK_SIZE -c $WRITE_COUNT
142 file_write -o create -f $inc_data -b $BLOCK_SIZE -c $WRITE_COUNT -d 0
159 file_write -o create -f $inc_data2 -b $BLOCK_SIZE -c $WRITE_COUNT -d 0
/freebsd/lib/libc/powerpc64/string/
H A Dbcopy.S32 #define BLOCK_SIZE (1 << BLOCK_SIZE_BITS) macro
33 #define BLOCK_SIZE_MASK (BLOCK_SIZE - 1)
218 li %r5, BLOCK_SIZE /* increment for phase 2 */
239 li %r5, -BLOCK_SIZE /* increment for phase 2 */

12