Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/common/
H A Dsmb2pdu.h1320 struct lease_context_v2 { struct
1339 struct lease_context_v2 lcontext; argument
/linux-6.15/fs/smb/server/
H A Doplock.c1443 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context_v2)); in create_lease_buf()
1491 if (sizeof(struct lease_context_v2) == le32_to_cpu(cc->DataLength)) { in parse_lease_state()
/linux-6.15/fs/smb/client/
H A Dsmb2ops.c4111 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context_v2)); in smb3_create_lease_buf()