/freebsd/tests/sys/cddl/zfs/tests/reservation/ |
H A D | reservation_015_pos.ksh | 78 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 D | reservation_016_pos.ksh | 73 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 D | reservation_012_pos.ksh | 82 (( 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 D | reservation_009_pos.ksh | 83 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 D | reservation_010_pos.ksh | 83 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 D | reservation_008_pos.ksh | 96 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 D | reservation_006_pos.ksh | 77 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 D | reservation_012_pos.ksh | 75 ((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 D | reservation_006_pos.ksh | 76 write_count=`expr $fill_size / $BLOCK_SIZE` 78 log_must file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE \
|
H A D | reservation_009_pos.ksh | 85 write_count=`expr $fill_size / $BLOCK_SIZE` 89 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE \
|
H A D | reservation_016_pos.ksh | 83 write_count=$((fill_size / BLOCK_SIZE)) 87 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
|
H A D | reservation_010_pos.ksh | 85 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 D | reservation_015_pos.ksh | 84 write_count=$((fill_size / BLOCK_SIZE)) 88 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
|
H A D | reservation_008_pos.ksh | 102 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 D | archive_write_add_filter_lzop.c | 86 #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 D | indent_wrapper.c | 43 #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 D | grow_pool_001_pos.ksh | 61 -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 D | quota.kshlib | 47 $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 D | grow_replicas_001_pos.ksh | 62 -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 D | quota.kshlib | 33 # 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 D | grow_pool_001_pos.ksh | 67 -b $BLOCK_SIZE -c $WRITE_COUNT -d 0 84 -b $BLOCK_SIZE -c $SMALL_WRITE_COUNT -d 0
|
H A D | grow_replicas_001_pos.ksh | 71 -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 D | zil_002_pos.ksh | 62 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 D | send_holds.ksh | 122 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 D | bcopy.S | 32 #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 */
|