Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifspdu.h1226 typedef struct smb_com_setattr_req { struct
1227 struct smb_hdr hdr; /* wct = 8 */
1228 __le16 attr;
1229 __le16 time_low;
1230 __le16 time_high;
1231 __le16 reserved[5]; /* must be zero */
1232 __u16 ByteCount;
1233 __u8 BufferFormat; /* 4 = ASCII */
1234 unsigned char fileName[];