Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/qemu/
H A D0004-block-export-fuse.c-fix-musl-build.patch14 ../block/export/fuse.c:643:21: error: 'FALLOC_FL_ZERO_RANGE' undeclared (first use in this function)
15 643 | else if (mode & FALLOC_FL_ZERO_RANGE) {
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfalloc.h43 #define FALLOC_FL_ZERO_RANGE 0x10 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfalloc.h43 #define FALLOC_FL_ZERO_RANGE 0x10 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfalloc.h43 #define FALLOC_FL_ZERO_RANGE 0x10 macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dfalloc.h31 FALLOC_FL_ZERO_RANGE | \
/OK3568_Linux_fs/kernel/fs/
H A Dioctl.c539 return ioctl_preallocate(filp, FALLOC_FL_ZERO_RANGE, p); in file_ioctl()
825 error = compat_ioctl_preallocate(f.file, FALLOC_FL_ZERO_RANGE, in COMPAT_SYSCALL_DEFINE3()
H A Dblock_dev.c1995 FALLOC_FL_ZERO_RANGE | FALLOC_FL_NO_HIDE_STALE)
2033 case FALLOC_FL_ZERO_RANGE: in blkdev_fallocate()
2034 case FALLOC_FL_ZERO_RANGE | FALLOC_FL_KEEP_SIZE: in blkdev_fallocate()
H A Dopen.c243 if ((mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) == in vfs_fallocate()
244 (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) in vfs_fallocate()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_file.c842 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \
893 if (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE | in xfs_file_fallocate()
959 if (mode & FALLOC_FL_ZERO_RANGE) { in xfs_file_fallocate()
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dio-cmd-file.c362 int mode = FALLOC_FL_ZERO_RANGE | FALLOC_FL_KEEP_SIZE; in nvmet_file_write_zeroes_work()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dfile.c3305 FALLOC_FL_ZERO_RANGE)) in btrfs_fallocate()
3316 if (!(mode & FALLOC_FL_ZERO_RANGE)) { in btrfs_fallocate()
3367 if (mode & FALLOC_FL_ZERO_RANGE) { in btrfs_fallocate()
3481 if (ret != 0 && !(mode & FALLOC_FL_ZERO_RANGE)) in btrfs_fallocate()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dfile.c1761 FALLOC_FL_ZERO_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1765 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in f2fs_fallocate()
1782 } else if (mode & FALLOC_FL_ZERO_RANGE) { in f2fs_fallocate()
/OK3568_Linux_fs/kernel/drivers/block/
H A Dloop.c610 FALLOC_FL_ZERO_RANGE : in do_req_filebacked()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dextents.c4693 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in ext4_fallocate()
4719 if (mode & FALLOC_FL_ZERO_RANGE) { in ext4_fallocate()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dext4.h96 { FALLOC_FL_ZERO_RANGE, "ZERO_RANGE"})
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2ops.c3889 else if (mode & FALLOC_FL_ZERO_RANGE) { in smb3_fallocate()