Searched defs:smb_com_rename_req (Results 1 – 1 of 1) sorted by relevance
1028 typedef struct smb_com_rename_req { struct1029 struct smb_hdr hdr; /* wct = 1 */1030 __le16 SearchAttributes; /* target file attributes */1031 __le16 ByteCount;1032 __u8 BufferFormat; /* 4 = ASCII or Unicode */1033 unsigned char OldFileName[];