/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/syzkaller/syzkaller/ |
H A D | 0001-executor-Include-missing-linux-falloc.h.patch | 6 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 D | falloc.h | 43 #define FALLOC_FL_ZERO_RANGE 0x10 macro
|
/openbmc/linux/include/linux/ |
H A D | falloc.h | 31 FALLOC_FL_ZERO_RANGE | \
|
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/ |
H A D | 0002-Create.c-include-linux-falloc.h-for-FALLOC_FL_ZERO_R.patch | 4 Subject: [PATCH] Create.c: include linux/falloc.h for FALLOC_FL_ZERO_RANGE
|
/openbmc/linux/block/ |
H A D | fops.c | 741 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 D | xfs_file.c | 935 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 D | ioctl.c | 336 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 D | open.c | 257 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 D | interface.c | 261 ret = vfs_fallocate(file, FALLOC_FL_ZERO_RANGE, in cachefiles_shorten_object()
|
/openbmc/linux/drivers/nvme/target/ |
H A D | io-cmd-file.c | 337 int mode = FALLOC_FL_ZERO_RANGE | FALLOC_FL_KEEP_SIZE; in nvmet_file_write_zeroes_work()
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | file.c | 630 int n = fallocate(fd, FALLOC_FL_ZERO_RANGE|FALLOC_FL_KEEP_SIZE, offset, len); in os_falloc_zeroes()
|
/openbmc/qemu/block/export/ |
H A D | fuse.c | 744 else if (mode & FALLOC_FL_ZERO_RANGE) { in fuse_fallocate()
|
/openbmc/linux/fs/fuse/ |
H A D | file.c | 3014 (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 D | file.c | 1862 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 D | file.c | 3080 FALLOC_FL_ZERO_RANGE)) in btrfs_fallocate() 3134 if (mode & FALLOC_FL_ZERO_RANGE) { in btrfs_fallocate()
|
/openbmc/linux/fs/smb/server/ |
H A D | vfs.c | 994 FALLOC_FL_ZERO_RANGE | FALLOC_FL_KEEP_SIZE, in ksmbd_vfs_zero_data()
|
/openbmc/linux/drivers/block/ |
H A D | loop.c | 482 FALLOC_FL_ZERO_RANGE : in do_req_filebacked()
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 1357 #ifdef FALLOC_FL_ZERO_RANGE 1358 FLAG_GENERIC(FALLOC_FL_ZERO_RANGE),
|
/openbmc/linux/fs/ext4/ |
H A D | extents.c | 4754 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 D | ext4.h | 96 { FALLOC_FL_ZERO_RANGE, "ZERO_RANGE"})
|
/openbmc/qemu/block/ |
H A D | file-posix.c | 1918 int ret = do_fallocate(s->fd, FALLOC_FL_ZERO_RANGE, in handle_aiocb_write_zeroes()
|
/openbmc/linux/fs/smb/client/ |
H A D | smb2ops.c | 3851 else if (mode & FALLOC_FL_ZERO_RANGE) { in smb3_fallocate()
|
/openbmc/qemu/ |
H A D | meson.build | 2679 cc.has_header_symbol('linux/falloc.h', 'FALLOC_FL_ZERO_RANGE'))
|