Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.h1297 struct smb2_lease_ack { struct
1298 struct smb2_hdr hdr;
1299 __le16 StructureSize; /* Must be 36 */
1300 __le16 Reserved;
1301 __le32 Flags;
1302 __u8 LeaseKey[16];
1303 __le32 LeaseState;
1304 __le64 LeaseDuration;
/Linux-v5.15/fs/cifs/
Dsmb2pdu.h1594 struct smb2_lease_ack { struct
1595 struct smb2_sync_hdr sync_hdr;
1596 __le16 StructureSize; /* Must be 36 */
1597 __le16 Reserved;
1598 __le32 Flags;
1599 __u8 LeaseKey[16];
1600 __le32 LeaseState;
1601 __le64 LeaseDuration;