Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dfalloc.h43 #define FALLOC_FL_ZERO_RANGE 0x10 macro
/linux/include/linux/
A Dfalloc.h31 FALLOC_FL_ZERO_RANGE | \
/linux/block/
A Dfops.c592 FALLOC_FL_ZERO_RANGE | FALLOC_FL_NO_HIDE_STALE)
633 case FALLOC_FL_ZERO_RANGE: in blkdev_fallocate()
634 case FALLOC_FL_ZERO_RANGE | FALLOC_FL_KEEP_SIZE: in blkdev_fallocate()
/linux/fs/xfs/
A 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/fs/
A 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()
A 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/drivers/nvme/target/
A Dio-cmd-file.c362 int mode = FALLOC_FL_ZERO_RANGE | FALLOC_FL_KEEP_SIZE; in nvmet_file_write_zeroes_work()
/linux/fs/btrfs/
A Dfile.c3417 FALLOC_FL_ZERO_RANGE)) in btrfs_fallocate()
3428 if (!(mode & FALLOC_FL_ZERO_RANGE)) { in btrfs_fallocate()
3475 if (mode & FALLOC_FL_ZERO_RANGE) { in btrfs_fallocate()
3589 if (ret != 0 && !(mode & FALLOC_FL_ZERO_RANGE)) in btrfs_fallocate()
/linux/fs/fuse/
A Dfile.c2938 FALLOC_FL_ZERO_RANGE)); in fuse_file_fallocate()
2943 FALLOC_FL_ZERO_RANGE)) in fuse_file_fallocate()
2958 if (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) { in fuse_file_fallocate()
2996 if (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) in fuse_file_fallocate()
/linux/fs/f2fs/
A 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/fs/ksmbd/
A Dvfs.c1021 return vfs_fallocate(fp->filp, FALLOC_FL_ZERO_RANGE, off, len); in ksmbd_vfs_zero_data()
/linux/drivers/block/
A Dloop.c486 FALLOC_FL_ZERO_RANGE : in do_req_filebacked()
/linux/fs/ext4/
A Dextents.c4696 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in ext4_fallocate()
4721 if (mode & FALLOC_FL_ZERO_RANGE) { in ext4_fallocate()
/linux/include/trace/events/
A Dext4.h96 { FALLOC_FL_ZERO_RANGE, "ZERO_RANGE"})
/linux/fs/cifs/
A Dsmb2ops.c4110 else if (mode & FALLOC_FL_ZERO_RANGE) { in smb3_fallocate()

Completed in 56 milliseconds