Searched defs:smb_com_setattr_req (Results 1 – 1 of 1) sorted by relevance
1140 typedef struct smb_com_setattr_req { struct1141 struct smb_hdr hdr; /* wct = 8 */1142 __le16 attr;1143 __le32 last_write_time;1144 __le16 reserved[5]; /* must be zero */1145 __le16 ByteCount;1146 __u8 BufferFormat; /* 4 = ASCII */1147 unsigned char fileName[];