Home
last modified time | relevance | path

Searched refs:FALLOC_FL_ZERO_RANGE (Results 1 - 25 of 33) sorted by relevance

12

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dfalloc.h32 * 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 Dfalloc.h32 * 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 Dfalloc.h25 #define FALLOC_FL_ZERO_RANGE 0x10 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dfalloc.h25 #define FALLOC_FL_ZERO_RANGE 0x10 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dfalloc.h12 #define FALLOC_FL_ZERO_RANGE 0x10 macro
/kernel/linux/linux-5.10/include/linux/
H A Dfalloc.h31 FALLOC_FL_ZERO_RANGE | \
/kernel/linux/linux-6.6/include/linux/
H A Dfalloc.h31 FALLOC_FL_ZERO_RANGE | \
/kernel/linux/linux-6.6/block/
H A Dfops.c740 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 Dioctl.c539 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 Dopen.c242 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 Dblock_dev.c1987 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 Dxfs_file.c840 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 Dxfs_file.c942 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 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/fs/cachefiles/
H A Dinterface.c256 ret = vfs_fallocate(file, FALLOC_FL_ZERO_RANGE, in cachefiles_shorten_object()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/fs/fuse/
H A Dfile.c3008 (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 Dfile.c1737 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 Dfile.c1803 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 Dfile.c3055 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 Dloop.c610 FALLOC_FL_ZERO_RANGE : in do_req_filebacked()

Completed in 41 milliseconds

12