Searched refs:dup_ext (Results 1 – 1 of 1) sorted by relevance
7832 struct duplicate_extents_to_file *dup_ext; in smb2_ioctl() local7840 dup_ext = (struct duplicate_extents_to_file *)&req->Buffer[0]; in smb2_ioctl()7842 fp_in = ksmbd_lookup_fd_slow(work, dup_ext->VolatileFileHandle, in smb2_ioctl()7843 dup_ext->PersistentFileHandle); in smb2_ioctl()7857 src_off = le64_to_cpu(dup_ext->SourceFileOffset); in smb2_ioctl()7858 dst_off = le64_to_cpu(dup_ext->TargetFileOffset); in smb2_ioctl()7859 length = le64_to_cpu(dup_ext->ByteCount); in smb2_ioctl()