Home
last modified time | relevance | path

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

12

/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fallocate/
H A Dfallocate_prealloc.ksh55 log_must fallocate -l $((1024 * 1024 * 1024)) $FILE
60 log_mustnot fallocate -l $((150 * 1024 * 1024)) $FILE
61 log_mustnot fallocate -l $((110 * 1024 * 1024)) $FILE
62 log_must fallocate -l $((90 * 1024 * 1024)) $FILE
H A Dfallocate_zero-range.ksh113 log_must fallocate --keep-size --zero-range --offset $((BLKSZ * 4)) --length $((BLKSZ * 10)) "$FILE"
/src/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-1-setup.sh104 sudo fallocate -l 12G /test.ssd2
110 sudo fallocate -l 72G /test.ssd2
112 sudo fallocate -l 16G $SWAP
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_replay_volume.ksh132 if fallocate --punch-hole 2>&1 | grep -q "unrecognized option"; then
136 log_must fallocate --punch-hole -l 128K -o 512K $MNTPNT/discard
137 log_must fallocate --punch-hole -l 512K -o 1M $MNTPNT/discard
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/no_space/
H A Denospc_rm.ksh58 --fallocate=none --rw=write --bs=1M --size=1G --numjobs=4 \
67 --fallocate=none --rw=write --bs=1M --size=10M --numjobs=200 \
/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_file_os.c288 if (fp->f_op->fallocate) in zfs_file_deallocate()
289 error = -fp->f_op->fallocate(fp, in zfs_file_deallocate()
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/
H A Ddio_async_always.ksh66 --ioengine=posixaio --fallocate=none --iodepth=4 --verify=sha1 \
H A Ddio.kshlib48 --verify=sha1 --ioengine=$ioengine --fallocate=none \
/src/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Drandfree_file.c111 if (fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in main()
/src/sys/contrib/openzfs/tests/zfs-tests/tests/perf/fio/
H A Dsequential_reads.fio20 fallocate=0
H A Drandom_reads.fio20 fallocate=0
H A Dmkfiles.fio21 fallocate=0
H A Drandom_readwrite_fixed.fio22 fallocate=0
H A Drandom_readwrite.fio22 fallocate=0
H A Dsequential_readwrite.fio22 fallocate=0
H A Dsequential_writes.fio21 fallocate=0
H A Drandom_writes.fio21 fallocate=0
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/io/
H A Dio.cfg21 FIO_COMMON_ARGS="--numjobs=1 --bs=32k --size=32M --fallocate=none --group_reporting --verify=sha1 -…
/src/tests/sys/fs/fusefs/
H A DMakefile23 GTESTS+= fallocate
H A Dmockfs.cc210 in.body.fallocate.fh, in debug_request()
211 in.body.fallocate.offset, in debug_request()
212 in.body.fallocate.length, in debug_request()
213 in.body.fallocate.mode); in debug_request()
735 EXPECT_EQ(inlen, fih + sizeof(in.body.fallocate)); in audit_request()
H A Dutils.cc227 in.body.fallocate.offset == offset && in expect_fallocate()
228 in.body.fallocate.length == length && in expect_fallocate()
229 in.body.fallocate.mode == mode); in expect_fallocate()
H A Dmockfs.hh162 fuse_fallocate_in fallocate; member
/src/sys/contrib/openzfs/tests/runfiles/
H A Dlinux.run117 [tests/functional/fallocate:Linux]
119 tags = ['functional', 'fallocate']
/src/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dcommands.cfg135 fallocate
/src/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c809 rc = fallocate(fp->f_fd, in zfs_file_deallocate()

12