Home
last modified time | relevance | path

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

/fs/cifs/
Dsmb2pdu.h748 __le32 LeaseState; member
755 __le32 LeaseState; member
1405 __le32 LeaseState; member
Dsmb2ops.c3431 buf->lcontext.LeaseState = map_oplock_to_lease(oplock); in smb2_create_lease_buf()
3457 buf->lcontext.LeaseState = map_oplock_to_lease(oplock); in smb3_create_lease_buf()
3481 return le32_to_cpu(lc->lcontext.LeaseState); in smb2_parse_lease_buf()
3494 return le32_to_cpu(lc->lcontext.LeaseState); in smb3_parse_lease_buf()
Dsmb2pdu.c4878 req->LeaseState = lease_state; in SMB2_lease_break()