Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb2ops.c2003 struct duplicate_extents_to_file dup_ext_buf; in smb2_duplicate_extents() local
2011 dup_ext_buf.VolatileFileHandle = srcfile->fid.volatile_fid; in smb2_duplicate_extents()
2012 dup_ext_buf.PersistentFileHandle = srcfile->fid.persistent_fid; in smb2_duplicate_extents()
2013 dup_ext_buf.SourceFileOffset = cpu_to_le64(src_off); in smb2_duplicate_extents()
2014 dup_ext_buf.TargetFileOffset = cpu_to_le64(dest_off); in smb2_duplicate_extents()
2015 dup_ext_buf.ByteCount = cpu_to_le64(len); in smb2_duplicate_extents()
2037 (char *)&dup_ext_buf, in smb2_duplicate_extents()