Searched defs:smb_com_setattr_req (Results 1 – 1 of 1) sorted by relevance
1266 typedef struct smb_com_setattr_req { struct1267 struct smb_hdr hdr; /* wct = 8 */1268 __le16 attr;1269 __le32 last_write_time;1270 __le16 reserved[5]; /* must be zero */1271 __le16 ByteCount;1272 __u8 BufferFormat; /* 4 = ASCII */1273 unsigned char fileName[];