/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | falloc.h | 32 * FALLOC_FL_ZERO_RANGE is used to convert a range of file to zeros preferably 43 #define FALLOC_FL_ZERO_RANGE 0x10 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | falloc.h | 32 * FALLOC_FL_ZERO_RANGE is used to convert a range of file to zeros preferably 43 #define FALLOC_FL_ZERO_RANGE 0x10 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | falloc.h | 25 #define FALLOC_FL_ZERO_RANGE 0x10 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | falloc.h | 25 #define FALLOC_FL_ZERO_RANGE 0x10 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | falloc.h | 12 #define FALLOC_FL_ZERO_RANGE 0x10 macro
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | falloc.h | 31 FALLOC_FL_ZERO_RANGE | \
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | falloc.h | 31 FALLOC_FL_ZERO_RANGE | \
|
/kernel/linux/linux-6.6/block/ |
H A D | fops.c | 740 FALLOC_FL_ZERO_RANGE | FALLOC_FL_NO_HIDE_STALE) 780 case FALLOC_FL_ZERO_RANGE: in blkdev_fallocate() 781 case FALLOC_FL_ZERO_RANGE | FALLOC_FL_KEEP_SIZE: in blkdev_fallocate()
|
/kernel/linux/linux-5.10/fs/ |
H A D | ioctl.c | 539 return ioctl_preallocate(filp, FALLOC_FL_ZERO_RANGE, p); in file_ioctl() 824 error = compat_ioctl_preallocate(f.file, FALLOC_FL_ZERO_RANGE, in COMPAT_SYSCALL_DEFINE3()
|
H A D | open.c | 242 if ((mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) == in vfs_fallocate() 243 (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) in vfs_fallocate()
|
H A D | block_dev.c | 1987 FALLOC_FL_ZERO_RANGE | FALLOC_FL_NO_HIDE_STALE) 2024 case FALLOC_FL_ZERO_RANGE: in blkdev_fallocate() 2025 case FALLOC_FL_ZERO_RANGE | FALLOC_FL_KEEP_SIZE: in blkdev_fallocate()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_file.c | 840 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \ 890 if (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE | in xfs_file_fallocate() 958 if (mode & FALLOC_FL_ZERO_RANGE) { in xfs_file_fallocate()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_file.c | 942 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \ 992 if (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE | in xfs_file_fallocate() 1060 if (mode & FALLOC_FL_ZERO_RANGE) { in xfs_file_fallocate()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | io-cmd-file.c | 362 int mode = FALLOC_FL_ZERO_RANGE | FALLOC_FL_KEEP_SIZE; in nvmet_file_write_zeroes_work()
|
/kernel/linux/linux-6.6/fs/cachefiles/ |
H A D | interface.c | 256 ret = vfs_fallocate(file, FALLOC_FL_ZERO_RANGE, in cachefiles_shorten_object()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | file.c | 3305 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()
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | file.c | 3008 (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE))); in fuse_file_fallocate() 3011 FALLOC_FL_ZERO_RANGE)) in fuse_file_fallocate() 3025 if (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) { in fuse_file_fallocate() 3066 if (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) in fuse_file_fallocate()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | file.c | 1737 FALLOC_FL_ZERO_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate() 1741 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in f2fs_fallocate() 1758 } else if (mode & FALLOC_FL_ZERO_RANGE) { in f2fs_fallocate()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | file.c | 1803 FALLOC_FL_ZERO_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate() 1807 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in f2fs_fallocate() 1824 } else if (mode & FALLOC_FL_ZERO_RANGE) { in f2fs_fallocate()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | file.c | 3055 FALLOC_FL_ZERO_RANGE)) in btrfs_fallocate() 3109 if (mode & FALLOC_FL_ZERO_RANGE) { in btrfs_fallocate()
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | loop.c | 610 FALLOC_FL_ZERO_RANGE : in do_req_filebacked()
|