Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dfalloc.h43 #define FALLOC_FL_ZERO_RANGE 0x10 macro
/linux-6.1.9/include/linux/
Dfalloc.h31 FALLOC_FL_ZERO_RANGE | \
/linux-6.1.9/block/
Dfops.c608 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/
Dxfs_file.c883 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/
Dioctl.c335 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()
Dopen.c256 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/
Dinterface.c256 ret = vfs_fallocate(file, FALLOC_FL_ZERO_RANGE, in cachefiles_shorten_object()
/linux-6.1.9/drivers/nvme/target/
Dio-cmd-file.c343 int mode = FALLOC_FL_ZERO_RANGE | FALLOC_FL_KEEP_SIZE; in nvmet_file_write_zeroes_work()
/linux-6.1.9/arch/um/os-Linux/
Dfile.c630 int n = fallocate(fd, FALLOC_FL_ZERO_RANGE|FALLOC_FL_KEEP_SIZE, offset, len); in os_falloc_zeroes()
/linux-6.1.9/fs/fuse/
Dfile.c2968 (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/
Dfile.c1816 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/
Dvfs.c1016 FALLOC_FL_ZERO_RANGE | FALLOC_FL_KEEP_SIZE, in ksmbd_vfs_zero_data()
/linux-6.1.9/fs/btrfs/
Dfile.c3369 FALLOC_FL_ZERO_RANGE)) in btrfs_fallocate()
3423 if (mode & FALLOC_FL_ZERO_RANGE) { in btrfs_fallocate()
/linux-6.1.9/drivers/block/
Dloop.c487 FALLOC_FL_ZERO_RANGE : in do_req_filebacked()
/linux-6.1.9/fs/ext4/
Dextents.c4697 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/
Dext4.h96 { FALLOC_FL_ZERO_RANGE, "ZERO_RANGE"})
/linux-6.1.9/fs/cifs/
Dsmb2ops.c3944 else if (mode & FALLOC_FL_ZERO_RANGE) { in smb3_fallocate()