Searched refs:dup_ext (Results 1 – 1 of 1) sorted by relevance
7723 struct duplicate_extents_to_file *dup_ext; in smb2_ioctl() local7731 dup_ext = (struct duplicate_extents_to_file *)&req->Buffer[0]; in smb2_ioctl()7733 fp_in = ksmbd_lookup_fd_slow(work, dup_ext->VolatileFileHandle, in smb2_ioctl()7734 dup_ext->PersistentFileHandle); in smb2_ioctl()7748 src_off = le64_to_cpu(dup_ext->SourceFileOffset); in smb2_ioctl()7749 dst_off = le64_to_cpu(dup_ext->TargetFileOffset); in smb2_ioctl()7750 length = le64_to_cpu(dup_ext->ByteCount); in smb2_ioctl()