Searched refs:filesize (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/randfree_file/ |
| H A D | randfree_file.c | 59 size_t filesize = 0; in main() local 68 filesize = atoll(optarg); in main() 92 buf = (char *)calloc(1, filesize); in main() 98 memset(buf, 'c', filesize); in main() 100 if (write(fd, buf, filesize) < filesize) { in main()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_swap/ |
| H A D | zvol_swap_001_pos.ksh | 72 filesize=`ls -l $TEMPFILE | awk '{print $5}'` 74 (( $tf_size != $filesize )) && 75 log_fail "testfile is ($filesize bytes), expected ($tf_size bytes)"
|
| H A D | zvol_swap_003_pos.ksh | 91 filesize=`ls -l $TESTDIR/$TESTFILE | awk '{print $5}'` 93 (($tf_size != $filesize)) && \ 94 log_fail "testfile is ($filesize bytes), expected ($tf_size bytes)"
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_cluster.c | 71 static struct buf *cluster_rbuild(struct vnode *vp, u_quad_t filesize, 128 if (((u_quad_t)(lblkno + maxra + 1) * size) > filesize) in cluster_read() 129 maxra = (filesize / size) - lblkno; in cluster_read() 210 if (firstread + totread > filesize) in cluster_read() 211 totread = filesize - firstread; in cluster_read() 238 bp = cluster_rbuild(vp, filesize, lblkno, in cluster_read() 289 rbp = cluster_rbuild(vp, filesize, lblkno, blkno, in cluster_read() 351 cluster_rbuild(struct vnode *vp, u_quad_t filesize, daddr_t lbn, in cluster_rbuild() argument 367 while ((u_quad_t) size * (lbn + run) > filesize) { in cluster_rbuild() 700 if (((u_quad_t) bp->b_offset + lblocksize) != filesize || in cluster_write() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/trim/ |
| H A D | autotrim_integrity.ksh | 73 filesize=$((4096 + ((RANDOM * 691) % 131072) )) 75 log_must fill_fs $dir 10 10 $filesize 1 R
|
| H A D | trim_integrity.ksh | 72 filesize=$((4096 + ((RANDOM * 691) % 131072) )) 74 log_must fill_fs $dir 10 10 $filesize 1 R
|
| H A D | autotrim_trim_integrity.ksh | 74 filesize=$((4096 + ((RANDOM * 691) % 131072) )) 76 log_must fill_fs $dir 10 10 $filesize 1 R
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/perf/fio/ |
| H A D | mkfiles.fio | 27 filesize=${FILE_SIZE}
|
| H A D | sequential_writes.fio | 31 filesize=${FILESIZE}
|
| H A D | random_writes.fio | 31 filesize=${FILESIZE}
|
| /f-stack/app/redis-5.0.5/tests/integration/ |
| H A D | rdb.tcl | 100 set filesize [file size [file join $server_path dump.rdb]]
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | fileio.c | 2316 unsigned long long filesize = 0; in FIO_decompressLz4Frame() local 2366 filesize += decodedBytes; in FIO_decompressLz4Frame() 2367 DISPLAYUPDATE(2, "\rDecompressed : %u MB ", (unsigned)(filesize>>20)); in FIO_decompressLz4Frame() 2388 return decodingError ? FIO_ERROR_FRAME_DECODING : filesize; in FIO_decompressLz4Frame() 2406 unsigned long long filesize = 0; in FIO_decompressFrames() local 2432 filesize += frameSize; in FIO_decompressFrames() 2437 filesize += frameSize; in FIO_decompressFrames() 2447 filesize += frameSize; in FIO_decompressFrames() 2456 filesize += frameSize; in FIO_decompressFrames() 2472 fCtx->totalBytesOutput += (size_t)filesize; in FIO_decompressFrames() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | rsend.kshlib | 580 filesize=$(stat_size $file) 582 offset=$(($RANDOM * $RANDOM % $filesize)) 592 offset=$(($RANDOM * $RANDOM % $filesize))
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | libtest.shlib | 3503 --filesize=$megs \
|