Home
last modified time | relevance | path

Searched refs:SMB2_GLOBAL_CAP_LEASING (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/cifs/
Dsmb2file.c64 if (oparms->tcon->ses->server->capabilities & SMB2_GLOBAL_CAP_LEASING) in smb2_open_file()
Dsmb2ops.c970 if (tcon->ses->server->capabilities & SMB2_GLOBAL_CAP_LEASING) in smb2_oplock_response()
1841 ….req_capabilities = SMB2_GLOBAL_CAP_DFS | SMB2_GLOBAL_CAP_LEASING | SMB2_GLOBAL_CAP_LARGE_MTU | SM…
1861 ….req_capabilities = SMB2_GLOBAL_CAP_DFS | SMB2_GLOBAL_CAP_LEASING | SMB2_GLOBAL_CAP_LARGE_MTU | SM…
1882 ….req_capabilities = SMB2_GLOBAL_CAP_DFS | SMB2_GLOBAL_CAP_LEASING | SMB2_GLOBAL_CAP_LARGE_MTU | SM…
Dsmb2pdu.h211 #define SMB2_GLOBAL_CAP_LEASING 0x00000002 /* Resp only New to SMB2.1 */ macro
Dsmb2pdu.c1378 if (!(server->capabilities & SMB2_GLOBAL_CAP_LEASING) || in SMB2_open()
1393 if (server->capabilities & SMB2_GLOBAL_CAP_LEASING) { in SMB2_open()