Home
last modified time | relevance | path

Searched refs:FALLOC_FL_ZERO_RANGE (Results 1 – 23 of 23) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/syzkaller/syzkaller/
H A D0001-executor-Include-missing-linux-falloc.h.patch6 Its needed for FALLOC_FL_ZERO_RANGE which needs this header, it works
14 executor/common_linux.h:5604:16: error: use of undeclared identifier 'FALLOC_FL_ZERO_RANGE'
15 fallocate(fd, FALLOC_FL_ZERO_RANGE, 0, SWAP_FILE_SIZE);
/openbmc/linux/include/uapi/linux/
H A Dfalloc.h43 #define FALLOC_FL_ZERO_RANGE 0x10 macro
/openbmc/linux/include/linux/
H A Dfalloc.h31 FALLOC_FL_ZERO_RANGE | \
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/
H A D0002-Create.c-include-linux-falloc.h-for-FALLOC_FL_ZERO_R.patch4 Subject: [PATCH] Create.c: include linux/falloc.h for FALLOC_FL_ZERO_RANGE
/openbmc/linux/block/
H A Dfops.c741 FALLOC_FL_ZERO_RANGE | FALLOC_FL_NO_HIDE_STALE)
781 case FALLOC_FL_ZERO_RANGE: in blkdev_fallocate()
782 case FALLOC_FL_ZERO_RANGE | FALLOC_FL_KEEP_SIZE: in blkdev_fallocate()
/openbmc/linux/fs/xfs/
H A Dxfs_file.c935 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \
985 if (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE | in xfs_file_fallocate()
1053 if (mode & FALLOC_FL_ZERO_RANGE) { in xfs_file_fallocate()
/openbmc/linux/fs/
H A Dioctl.c336 return ioctl_preallocate(filp, FALLOC_FL_ZERO_RANGE, p); in file_ioctl()
945 error = compat_ioctl_preallocate(f.file, FALLOC_FL_ZERO_RANGE, in COMPAT_SYSCALL_DEFINE3()
H A Dopen.c257 if ((mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) == in vfs_fallocate()
258 (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) in vfs_fallocate()
/openbmc/linux/fs/cachefiles/
H A Dinterface.c261 ret = vfs_fallocate(file, FALLOC_FL_ZERO_RANGE, in cachefiles_shorten_object()
/openbmc/linux/drivers/nvme/target/
H A Dio-cmd-file.c337 int mode = FALLOC_FL_ZERO_RANGE | FALLOC_FL_KEEP_SIZE; in nvmet_file_write_zeroes_work()
/openbmc/linux/arch/um/os-Linux/
H A Dfile.c630 int n = fallocate(fd, FALLOC_FL_ZERO_RANGE|FALLOC_FL_KEEP_SIZE, offset, len); in os_falloc_zeroes()
/openbmc/qemu/block/export/
H A Dfuse.c744 else if (mode & FALLOC_FL_ZERO_RANGE) { in fuse_fallocate()
/openbmc/linux/fs/fuse/
H A Dfile.c3014 (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE))); in fuse_file_fallocate()
3017 FALLOC_FL_ZERO_RANGE)) in fuse_file_fallocate()
3031 if (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) { in fuse_file_fallocate()
3072 if (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) in fuse_file_fallocate()
/openbmc/linux/fs/f2fs/
H A Dfile.c1862 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in f2fs_fallocate()
1874 FALLOC_FL_ZERO_RANGE | FALLOC_FL_INSERT_RANGE))) { in f2fs_fallocate()
1896 } else if (mode & FALLOC_FL_ZERO_RANGE) { in f2fs_fallocate()
/openbmc/linux/fs/btrfs/
H A Dfile.c3080 FALLOC_FL_ZERO_RANGE)) in btrfs_fallocate()
3134 if (mode & FALLOC_FL_ZERO_RANGE) { in btrfs_fallocate()
/openbmc/linux/fs/smb/server/
H A Dvfs.c994 FALLOC_FL_ZERO_RANGE | FALLOC_FL_KEEP_SIZE, in ksmbd_vfs_zero_data()
/openbmc/linux/drivers/block/
H A Dloop.c482 FALLOC_FL_ZERO_RANGE : in do_req_filebacked()
/openbmc/qemu/linux-user/
H A Dstrace.c1357 #ifdef FALLOC_FL_ZERO_RANGE
1358 FLAG_GENERIC(FALLOC_FL_ZERO_RANGE),
/openbmc/linux/fs/ext4/
H A Dextents.c4754 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in ext4_fallocate()
4779 if (mode & FALLOC_FL_ZERO_RANGE) { in ext4_fallocate()
/openbmc/linux/include/trace/events/
H A Dext4.h96 { FALLOC_FL_ZERO_RANGE, "ZERO_RANGE"})
/openbmc/qemu/block/
H A Dfile-posix.c1918 int ret = do_fallocate(s->fd, FALLOC_FL_ZERO_RANGE, in handle_aiocb_write_zeroes()
/openbmc/linux/fs/smb/client/
H A Dsmb2ops.c3851 else if (mode & FALLOC_FL_ZERO_RANGE) { in smb3_fallocate()
/openbmc/qemu/
H A Dmeson.build2679 cc.has_header_symbol('linux/falloc.h', 'FALLOC_FL_ZERO_RANGE'))