Searched defs:smb2_change_notify_rsp (Results 1 – 1 of 1) sorted by relevance
1369 struct smb2_change_notify_rsp { struct1370 struct smb2_sync_hdr sync_hdr;1371 __le16 StructureSize; /* Must be 9 */1372 __le16 OutputBufferOffset;1373 __le32 OutputBufferLength;1374 __u8 Buffer[1]; /* array of file notify structs */