Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifspdu.h1196 typedef struct smb_com_nt_rename_req { /* A5 - also used for create hardlink */ struct
1197 struct smb_hdr hdr; /* wct = 4 */
1198 __le16 SearchAttributes; /* target file attributes */
1199 __le16 Flags; /* spec says Information Level */
1200 __le32 ClusterCount;
1201 __le16 ByteCount;
1202 __u8 BufferFormat; /* 4 = ASCII or Unicode */
1203 unsigned char OldFileName[];