Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dsmb2pdu.h1369 struct smb2_change_notify_rsp { struct
1370 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 */
/kernel/linux/linux-6.6/fs/smb/common/
Dsmb2pdu.h979 struct smb2_change_notify_rsp { struct
980 struct smb2_hdr hdr;
981 __le16 StructureSize; /* Must be 9 */
982 __le16 OutputBufferOffset;
983 __le32 OutputBufferLength;
984 __u8 Buffer[]; /* array of file notify structs */