Home
last modified time | relevance | path

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

/f-stack/freebsd/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_punch-hole.ksh77 log_must fallocate --punch-hole --offset 0 --length $BLKSZ $FILE
81 log_must fallocate --punch-hole --offset $BLKSZ --length $((BLKSZ / 2)) $FILE
85 log_must fallocate --punch-hole --offset $(((BLKSZ * 2) + (BLKSZ / 2))) \
92 log_must fallocate --punch-hole --offset $((BLKSZ * 4)) \
H A DMakefile.am1 pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/fallocate
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-fallocate.m43 dnl # The fallocate callback was moved from the inode_operations
15 .fallocate = test_fallocate,
21 AC_MSG_CHECKING([whether fops->fallocate() exists])
/f-stack/freebsd/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
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/
H A DMakefile.am25 fallocate \ subdir
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_file_os.c354 if (fp->f_op->fallocate) in zfs_file_fallocate()
355 error = fp->f_op->fallocate(fp, mode, offset, len); in zfs_file_fallocate()
H A Dzpl_file.c1041 .fallocate = zpl_fallocate,
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/perf/fio/
H A Dsequential_reads.fio19 fallocate=0
H A Drandom_reads.fio19 fallocate=0
H A Dmkfiles.fio20 fallocate=0
H A Drandom_readwrite_fixed.fio21 fallocate=0
H A Dsequential_writes.fio20 fallocate=0
H A Drandom_writes.fio20 fallocate=0
H A Drandom_readwrite.fio21 fallocate=0
H A Dsequential_readwrite.fio21 fallocate=0
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/randfree_file/
H A Drandfree_file.c110 if (fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in main()
/f-stack/freebsd/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 -…
/f-stack/freebsd/contrib/openzfs/tests/runfiles/
H A Dlinux.run102 [tests/functional/fallocate:Linux]
104 tags = ['functional', 'fallocate']
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dcommands.cfg148 fallocate
H A Dlibtest.shlib3493 --fallocate=0 \
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_memalloc.c375 ret = fallocate(fd, flags, fa_offset, page_sz); in resize_hugefile_in_memory()
435 ret = fallocate(fd, flags, fa_offset, page_sz); in resize_hugefile_in_filesystem()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c1350 return (fallocate(fp->f_fd, mode, offset, len)); in zfs_file_fallocate()
/f-stack/freebsd/contrib/openzfs/
H A Dconfigure.ac336 tests/zfs-tests/tests/functional/fallocate/Makefile