Searched refs:FALLOC_FL_ZERO_RANGE (Results 1 – 17 of 17) sorted by relevance
/linux-6.1.9/include/uapi/linux/ |
D | falloc.h | 43 #define FALLOC_FL_ZERO_RANGE 0x10 macro
|
/linux-6.1.9/include/linux/ |
D | falloc.h | 31 FALLOC_FL_ZERO_RANGE | \
|
/linux-6.1.9/block/ |
D | fops.c | 608 FALLOC_FL_ZERO_RANGE | FALLOC_FL_NO_HIDE_STALE) 649 case FALLOC_FL_ZERO_RANGE: in blkdev_fallocate() 650 case FALLOC_FL_ZERO_RANGE | FALLOC_FL_KEEP_SIZE: in blkdev_fallocate()
|
/linux-6.1.9/fs/xfs/ |
D | xfs_file.c | 883 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \ 933 if (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE | in xfs_file_fallocate() 1001 if (mode & FALLOC_FL_ZERO_RANGE) { in xfs_file_fallocate()
|
/linux-6.1.9/fs/ |
D | ioctl.c | 335 return ioctl_preallocate(filp, FALLOC_FL_ZERO_RANGE, p); in file_ioctl() 942 error = compat_ioctl_preallocate(f.file, FALLOC_FL_ZERO_RANGE, in COMPAT_SYSCALL_DEFINE3()
|
D | open.c | 256 if ((mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) == in vfs_fallocate() 257 (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) in vfs_fallocate()
|
/linux-6.1.9/fs/cachefiles/ |
D | interface.c | 256 ret = vfs_fallocate(file, FALLOC_FL_ZERO_RANGE, in cachefiles_shorten_object()
|
/linux-6.1.9/drivers/nvme/target/ |
D | io-cmd-file.c | 343 int mode = FALLOC_FL_ZERO_RANGE | FALLOC_FL_KEEP_SIZE; in nvmet_file_write_zeroes_work()
|
/linux-6.1.9/arch/um/os-Linux/ |
D | file.c | 630 int n = fallocate(fd, FALLOC_FL_ZERO_RANGE|FALLOC_FL_KEEP_SIZE, offset, len); in os_falloc_zeroes()
|
/linux-6.1.9/fs/fuse/ |
D | file.c | 2968 (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE))); in fuse_file_fallocate() 2971 FALLOC_FL_ZERO_RANGE)) in fuse_file_fallocate() 2985 if (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) { in fuse_file_fallocate() 3026 if (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) in fuse_file_fallocate()
|
/linux-6.1.9/fs/f2fs/ |
D | file.c | 1816 FALLOC_FL_ZERO_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate() 1820 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in f2fs_fallocate() 1837 } else if (mode & FALLOC_FL_ZERO_RANGE) { in f2fs_fallocate()
|
/linux-6.1.9/fs/ksmbd/ |
D | vfs.c | 1016 FALLOC_FL_ZERO_RANGE | FALLOC_FL_KEEP_SIZE, in ksmbd_vfs_zero_data()
|
/linux-6.1.9/fs/btrfs/ |
D | file.c | 3369 FALLOC_FL_ZERO_RANGE)) in btrfs_fallocate() 3423 if (mode & FALLOC_FL_ZERO_RANGE) { in btrfs_fallocate()
|
/linux-6.1.9/drivers/block/ |
D | loop.c | 487 FALLOC_FL_ZERO_RANGE : in do_req_filebacked()
|
/linux-6.1.9/fs/ext4/ |
D | extents.c | 4697 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in ext4_fallocate() 4722 if (mode & FALLOC_FL_ZERO_RANGE) { in ext4_fallocate()
|
/linux-6.1.9/include/trace/events/ |
D | ext4.h | 96 { FALLOC_FL_ZERO_RANGE, "ZERO_RANGE"})
|
/linux-6.1.9/fs/cifs/ |
D | smb2ops.c | 3944 else if (mode & FALLOC_FL_ZERO_RANGE) { in smb3_fallocate()
|