Home
last modified time | relevance | path

Searched defs:smb_com_nt_rename_req (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dcifspdu.h1156 typedef struct smb_com_nt_rename_req { /* A5 - also used for create hardlink */ struct
1157 struct smb_hdr hdr; /* wct = 4 */
1158 __le16 SearchAttributes; /* target file attributes */
1159 __le16 Flags; /* spec says Information Level */
1160 __le32 ClusterCount;
1161 __le16 ByteCount;
1162 __u8 BufferFormat; /* 4 = ASCII or Unicode */
1163 unsigned char OldFileName[];