Searched refs:dup_ext (Results 1 – 1 of 1) sorted by relevance
7863 struct duplicate_extents_to_file *dup_ext; in smb2_ioctl() local7871 dup_ext = (struct duplicate_extents_to_file *)&req->Buffer[0]; in smb2_ioctl()7873 fp_in = ksmbd_lookup_fd_slow(work, dup_ext->VolatileFileHandle, in smb2_ioctl()7874 dup_ext->PersistentFileHandle); in smb2_ioctl()7888 src_off = le64_to_cpu(dup_ext->SourceFileOffset); in smb2_ioctl()7889 dst_off = le64_to_cpu(dup_ext->TargetFileOffset); in smb2_ioctl()7890 length = le64_to_cpu(dup_ext->ByteCount); in smb2_ioctl()