Home
last modified time | relevance | path

Searched refs:fallocate (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fallocate/
H A Dfallocate_prealloc.ksh54 log_must fallocate -l $((1024 * 1024 * 1024)) $FILE
59 log_mustnot fallocate -l $((150 * 1024 * 1024)) $FILE
60 log_mustnot fallocate -l $((110 * 1024 * 1024)) $FILE
61 log_must fallocate -l $((90 * 1024 * 1024)) $FILE
H A Dfallocate_zero-range.ksh112 log_must fallocate --keep-size --zero-range --offset $((BLKSZ * 4)) --length $((BLKSZ * 10)) "$FILE"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_replay_volume.ksh131 if fallocate --punch-hole 2>&1 | grep -q "unrecognized option"; then
135 log_must fallocate --punch-hole -l 128K -o 512K $MNTPNT/discard
136 log_must fallocate --punch-hole -l 512K -o 1M $MNTPNT/discard
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/no_space/
H A Denospc_rm.ksh57 --fallocate=none --rw=write --bs=1M --size=1G --numjobs=4 \
66 --fallocate=none --rw=write --bs=1M --size=10M --numjobs=200 \
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_file_os.c306 if (fp->f_op->fallocate) in zfs_file_deallocate()
307 error = -fp->f_op->fallocate(fp, in zfs_file_deallocate()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/
H A Ddio_async_always.ksh65 --ioengine=posixaio --fallocate=none --iodepth=4 --verify=sha1 \
H A Ddio.kshlib47 --verify=sha1 --ioengine=$ioengine --fallocate=none \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Drandfree_file.c110 if (fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in main()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/perf/fio/
H A Drandom_reads.fio19 fallocate=0
H A Dsequential_reads.fio19 fallocate=0
H A Dmkfiles.fio20 fallocate=0
H A Drandom_readwrite_fixed.fio21 fallocate=0
H A Drandom_writes.fio20 fallocate=0
H A Dsequential_writes.fio20 fallocate=0
H A Drandom_readwrite.fio21 fallocate=0
H A Dsequential_readwrite.fio21 fallocate=0
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/io/
H A Dio.cfg20 FIO_COMMON_ARGS="--numjobs=1 --bs=32k --size=32M --fallocate=none --group_reporting --verify=sha1 -…
/freebsd/sys/contrib/openzfs/tests/runfiles/
H A Dlinux.run118 [tests/functional/fallocate:Linux]
120 tags = ['functional', 'fallocate']
/freebsd/tests/sys/fs/fusefs/
H A Dmockfs.cc211 in.body.fallocate.fh, in debug_request()
212 in.body.fallocate.offset, in debug_request()
213 in.body.fallocate.length, in debug_request()
214 in.body.fallocate.mode); in debug_request()
719 EXPECT_EQ(inlen, fih + sizeof(in.body.fallocate)); in audit_request()
H A DMakefile21 GTESTS+= fallocate
H A Dutils.cc233 in.body.fallocate.offset == offset && in expect_fallocate()
234 in.body.fallocate.length == length && in expect_fallocate()
235 in.body.fallocate.mode == mode); in expect_fallocate()
H A Dmockfs.hh162 fuse_fallocate_in fallocate; member
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-1-setup.sh76 sudo fallocate -l 10G /test.ssd1
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/dedup/
H A Ddedup_quota.ksh206 --group_reporting --fallocate=none --output-format=terse \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dcommands.cfg134 fallocate

12