Searched refs:FIDEDUPERANGE (Results 1 – 6 of 6) sorted by relevance
228 #define FIDEDUPERANGE _IOWR(0x94, 54, struct file_dedupe_range) macro
321 #define FIDEDUPERANGE _IOWR(0x94, 54, struct file_dedupe_range) macro
546 case FIDEDUPERANGE: in do_vfs_ioctl()
180 * FICLONE, FICLONERANGE and FIDEDUPERANGE make files share in is_masked_device_ioctl() 189 case FIDEDUPERANGE: in is_masked_device_ioctl()
708 Filesystems implementing the ``FIDEDUPERANGE`` ioctl must call the
4231 EXPECT_NE(EACCES, ioctl_error(_metadata, fd, FIDEDUPERANGE)); in ioctl_error()