Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dfalloc.h43 #define FALLOC_FL_ZERO_RANGE 0x10 macro
/Linux-v5.15/include/linux/
Dfalloc.h31 FALLOC_FL_ZERO_RANGE | \
/Linux-v5.15/block/
Dfops.c552 FALLOC_FL_ZERO_RANGE | FALLOC_FL_NO_HIDE_STALE)
593 case FALLOC_FL_ZERO_RANGE: in blkdev_fallocate()
594 case FALLOC_FL_ZERO_RANGE | FALLOC_FL_KEEP_SIZE: in blkdev_fallocate()
/Linux-v5.15/fs/xfs/
Dxfs_file.c901 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \
952 if (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE | in xfs_file_fallocate()
1018 if (mode & FALLOC_FL_ZERO_RANGE) { in xfs_file_fallocate()
/Linux-v5.15/fs/
Dioctl.c339 return ioctl_preallocate(filp, FALLOC_FL_ZERO_RANGE, p); in file_ioctl()
946 error = compat_ioctl_preallocate(f.file, FALLOC_FL_ZERO_RANGE, in COMPAT_SYSCALL_DEFINE3()
Dopen.c240 if ((mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) == in vfs_fallocate()
241 (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) in vfs_fallocate()
/Linux-v5.15/drivers/nvme/target/
Dio-cmd-file.c360 int mode = FALLOC_FL_ZERO_RANGE | FALLOC_FL_KEEP_SIZE; in nvmet_file_write_zeroes_work()
/Linux-v5.15/fs/btrfs/
Dfile.c3350 FALLOC_FL_ZERO_RANGE)) in btrfs_fallocate()
3361 if (!(mode & FALLOC_FL_ZERO_RANGE)) { in btrfs_fallocate()
3408 if (mode & FALLOC_FL_ZERO_RANGE) { in btrfs_fallocate()
3522 if (ret != 0 && !(mode & FALLOC_FL_ZERO_RANGE)) in btrfs_fallocate()
/Linux-v5.15/fs/fuse/
Dfile.c2930 FALLOC_FL_ZERO_RANGE)); in fuse_file_fallocate()
2935 FALLOC_FL_ZERO_RANGE)) in fuse_file_fallocate()
2950 if (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) { in fuse_file_fallocate()
2990 if (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) in fuse_file_fallocate()
/Linux-v5.15/fs/f2fs/
Dfile.c1753 FALLOC_FL_ZERO_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1757 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in f2fs_fallocate()
1770 } else if (mode & FALLOC_FL_ZERO_RANGE) { in f2fs_fallocate()
/Linux-v5.15/fs/ksmbd/
Dvfs.c1021 return vfs_fallocate(fp->filp, FALLOC_FL_ZERO_RANGE, off, len); in ksmbd_vfs_zero_data()
/Linux-v5.15/drivers/block/
Dloop.c658 FALLOC_FL_ZERO_RANGE : in do_req_filebacked()
/Linux-v5.15/fs/ext4/
Dextents.c4661 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in ext4_fallocate()
4686 if (mode & FALLOC_FL_ZERO_RANGE) { in ext4_fallocate()
/Linux-v5.15/include/trace/events/
Dext4.h96 { FALLOC_FL_ZERO_RANGE, "ZERO_RANGE"})
/Linux-v5.15/fs/cifs/
Dsmb2ops.c4105 else if (mode & FALLOC_FL_ZERO_RANGE) { in smb3_fallocate()