Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dfalloc.h44 #define FALLOC_FL_ZERO_RANGE 0x10 macro
/linux/fs/bcachefs/
A Dfs-io.c627 !(mode & FALLOC_FL_ZERO_RANGE)) { in __bchfs_fallocate()
632 if (!(mode & FALLOC_FL_ZERO_RANGE)) { in __bchfs_fallocate()
689 if (bch2_err_matches(ret, ENOSPC) && (mode & FALLOC_FL_ZERO_RANGE)) { in __bchfs_fallocate()
720 if (mode & FALLOC_FL_ZERO_RANGE) { in bchfs_fallocate()
740 !(bch2_err_matches(ret, ENOSPC) && (mode & FALLOC_FL_ZERO_RANGE))) in bchfs_fallocate()
747 (((mode & FALLOC_FL_ZERO_RANGE) && !truncated_last_page) || in bchfs_fallocate()
779 if (!(mode & ~(FALLOC_FL_KEEP_SIZE|FALLOC_FL_ZERO_RANGE))) in bch2_fallocate_dispatch()
/linux/include/linux/
A Dfalloc.h37 FALLOC_FL_ZERO_RANGE | \
/linux/block/
A Dfops.c775 FALLOC_FL_ZERO_RANGE)
815 case FALLOC_FL_ZERO_RANGE: in blkdev_fallocate()
816 case FALLOC_FL_ZERO_RANGE | FALLOC_FL_KEEP_SIZE: in blkdev_fallocate()
/linux/fs/
A Dioctl.c336 return ioctl_preallocate(filp, FALLOC_FL_ZERO_RANGE, p); in file_ioctl()
981 error = compat_ioctl_preallocate(fd_file(f), FALLOC_FL_ZERO_RANGE, in COMPAT_SYSCALL_DEFINE3()
A Dopen.c268 case FALLOC_FL_ZERO_RANGE: in vfs_fallocate()
/linux/fs/cachefiles/
A Dinterface.c261 ret = vfs_fallocate(file, FALLOC_FL_ZERO_RANGE, in cachefiles_shorten_object()
/linux/drivers/nvme/target/
A Dio-cmd-file.c337 int mode = FALLOC_FL_ZERO_RANGE | FALLOC_FL_KEEP_SIZE; in nvmet_file_write_zeroes_work()
/linux/fs/xfs/
A Dxfs_file.c1073 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \
1121 case FALLOC_FL_ZERO_RANGE: in xfs_file_fallocate()
/linux/arch/um/os-Linux/
A Dfile.c648 int n = fallocate(fd, FALLOC_FL_ZERO_RANGE|FALLOC_FL_KEEP_SIZE, offset, len); in os_falloc_zeroes()
/linux/fs/fuse/
A Dfile.c3113 (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE))); in fuse_file_fallocate()
3116 FALLOC_FL_ZERO_RANGE)) in fuse_file_fallocate()
3130 if (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) { in fuse_file_fallocate()
3171 if (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) in fuse_file_fallocate()
/linux/drivers/block/
A Dloop.c306 if (mode & FALLOC_FL_ZERO_RANGE) in loop_clear_limits()
503 FALLOC_FL_ZERO_RANGE : in do_req_filebacked()
/linux/fs/f2fs/
A Dfile.c1875 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in f2fs_fallocate()
1887 FALLOC_FL_ZERO_RANGE | FALLOC_FL_INSERT_RANGE))) { in f2fs_fallocate()
1909 } else if (mode & FALLOC_FL_ZERO_RANGE) { in f2fs_fallocate()
/linux/fs/btrfs/
A Dfile.c3086 FALLOC_FL_ZERO_RANGE)) in btrfs_fallocate()
3140 if (mode & FALLOC_FL_ZERO_RANGE) { in btrfs_fallocate()
/linux/fs/smb/server/
A Dvfs.c999 FALLOC_FL_ZERO_RANGE | FALLOC_FL_KEEP_SIZE, in ksmbd_vfs_zero_data()
/linux/fs/ext4/
A Dextents.c4756 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in ext4_fallocate()
4781 if (mode & FALLOC_FL_ZERO_RANGE) { in ext4_fallocate()
/linux/include/trace/events/
A Dext4.h95 { FALLOC_FL_ZERO_RANGE, "ZERO_RANGE"})
/linux/fs/smb/client/
A Dsmb2ops.c3914 else if (mode & FALLOC_FL_ZERO_RANGE) { in smb3_fallocate()

Completed in 83 milliseconds