Home
last modified time | relevance | path

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

/linux/fs/smb/common/
H A Dsmb2pdu.h1317 struct lease_context_v2 { struct
1336 struct lease_context_v2 lcontext; argument
/linux/fs/smb/server/
H A Doplock.c1458 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context_v2)); in create_lease_buf()
1506 if (sizeof(struct lease_context_v2) == le32_to_cpu(cc->DataLength)) { in parse_lease_state()
/linux/fs/smb/client/
H A Dsmb2ops.c4130 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context_v2)); in smb3_create_lease_buf()