Home
last modified time | relevance | path

Searched refs:lease_context_v2 (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/smb/common/
Dsmb2pdu.h1247 struct lease_context_v2 { struct
1266 struct lease_context_v2 lcontext; argument
/linux-6.6.21/fs/smb/server/
Doplock.c1468 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context_v2)); in create_lease_buf()
1517 if (sizeof(struct lease_context_v2) == le32_to_cpu(cc->DataLength)) { in parse_lease_state()
/linux-6.6.21/fs/smb/client/
Dsmb2ops.c4167 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context_v2)); in smb3_create_lease_buf()