Home
last modified time | relevance | path

Searched refs:filesize (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/randfree_file/
H A Drandfree_file.c59 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 Dzvol_swap_001_pos.ksh72 filesize=`ls -l $TEMPFILE | awk '{print $5}'`
74 (( $tf_size != $filesize )) &&
75 log_fail "testfile is ($filesize bytes), expected ($tf_size bytes)"
H A Dzvol_swap_003_pos.ksh91 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 Dvfs_cluster.c71 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 Dautotrim_integrity.ksh73 filesize=$((4096 + ((RANDOM * 691) % 131072) ))
75 log_must fill_fs $dir 10 10 $filesize 1 R
H A Dtrim_integrity.ksh72 filesize=$((4096 + ((RANDOM * 691) % 131072) ))
74 log_must fill_fs $dir 10 10 $filesize 1 R
H A Dautotrim_trim_integrity.ksh74 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 Dmkfiles.fio27 filesize=${FILE_SIZE}
H A Dsequential_writes.fio31 filesize=${FILESIZE}
H A Drandom_writes.fio31 filesize=${FILESIZE}
/f-stack/app/redis-5.0.5/tests/integration/
H A Drdb.tcl100 set filesize [file size [file join $server_path dump.rdb]]
/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c2316 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 Drsend.kshlib580 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 Dlibtest.shlib3503 --filesize=$megs \