Home
last modified time | relevance | path

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

12

/freebsd-14.2/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-14.2/sys/contrib/openzfs/config/
H A Dkernel-fallocate.m43 dnl # The fallocate callback was moved from the inode_operations
8 dnl # fallocate learned a new flag, FALLOC_FL_ZERO_RANGE
19 .fallocate = test_fallocate,
31 AC_MSG_CHECKING([whether fops->fallocate() exists])
/freebsd-14.2/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-14.2/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-14.2/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_file_os.c356 if (fp->f_op->fallocate) in zfs_file_fallocate()
357 error = fp->f_op->fallocate(fp, mode, offset, len); in zfs_file_fallocate()
/freebsd-14.2/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-14.2/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_writes.fio20 fallocate=0
H A Dsequential_writes.fio20 fallocate=0
H A Drandom_readwrite_fixed.fio21 fallocate=0
H A Dsequential_readwrite.fio21 fallocate=0
H A Drandom_readwrite.fio21 fallocate=0
/freebsd-14.2/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-14.2/sys/contrib/openzfs/tests/runfiles/
H A Dlinux.run115 [tests/functional/fallocate:Linux]
117 tags = ['functional', 'fallocate']
H A Dcommon.run668 [tests/functional/fallocate]
670 tags = ['functional', 'fallocate']
/freebsd-14.2/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()
716 EXPECT_EQ(inlen, fih + sizeof(in.body.fallocate)); in audit_request()
H A DMakefile22 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.hh160 fuse_fallocate_in fallocate; member
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dcommands.cfg133 fallocate
/freebsd-14.2/tests/sys/posixshm/
H A Dposixshm_test.c1049 ATF_TC_WITHOUT_HEAD(fallocate);
1050 ATF_TC_BODY(fallocate, tc) in ATF_TC_BODY() argument
1955 ATF_TP_ADD_TC(tp, fallocate); in ATF_TP_ADD_TCS()
/freebsd-14.2/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c1380 return (fallocate(fp->f_fd, mode, offset, len)); in zfs_file_fallocate()

12