Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifspdu.h1266 typedef struct smb_com_setattr_req { struct
1267 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[];