Home
last modified time | relevance | path

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

12

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fallocate/
HDfallocate_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
HDMakefile.am1 pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/fallocate
HDfallocate_zero-range.ksh105 log_must fallocate --keep-size --zero-range --offset $((BLKSZ * 4)) --length $((BLKSZ * 10)) "$FILE"
/freebsd-13-stable/sys/contrib/openzfs/config/
HDkernel-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-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
HDslog_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-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
HDzfs_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-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/no_space/
HDenospc_rm.ksh54 --fallocate=none --rw=write --bs=1M --size=1G --numjobs=4 \
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/
HDMakefile.am26 fallocate \ subdir
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/perf/fio/
HDsequential_reads.fio19 fallocate=0
HDrandom_reads.fio19 fallocate=0
HDmkfiles.fio20 fallocate=0
HDsequential_writes.fio20 fallocate=0
HDrandom_writes.fio20 fallocate=0
HDrandom_readwrite_fixed.fio21 fallocate=0
HDsequential_readwrite.fio21 fallocate=0
HDrandom_readwrite.fio21 fallocate=0
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/randfree_file/
HDrandfree_file.c110 if (fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in main()
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/io/
HDio.cfg20 FIO_COMMON_ARGS="--numjobs=1 --bs=32k --size=32M --fallocate=none --group_reporting --verify=sha1 -…
/freebsd-13-stable/sys/contrib/openzfs/tests/runfiles/
HDlinux.run96 [tests/functional/fallocate:Linux]
98 tags = ['functional', 'fallocate']
/freebsd-13-stable/tests/sys/fs/fusefs/
HDmockfs.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()
HDMakefile22 GTESTS+= fallocate
HDutils.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()
HDmockfs.hh160 fuse_fallocate_in fallocate; member
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/include/
HDcommands.cfg145 fallocate
/freebsd-13-stable/tests/sys/posixshm/
HDposixshm_test.c952 ATF_TC_WITHOUT_HEAD(fallocate);
953 ATF_TC_BODY(fallocate, tc) in ATF_TC_BODY() argument
1782 ATF_TP_ADD_TC(tp, fallocate); in ATF_TP_ADD_TCS()

12