Home
last modified time | relevance | path

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

/linux/fs/ksmbd/
A Dsmb2ops.c204 conn->vals->capabilities |= SMB2_GLOBAL_CAP_LEASING; in init_smb2_1_server()
222 conn->vals->capabilities |= SMB2_GLOBAL_CAP_LEASING; in init_smb3_0_server()
247 conn->vals->capabilities |= SMB2_GLOBAL_CAP_LEASING; in init_smb3_02_server()
272 conn->vals->capabilities |= SMB2_GLOBAL_CAP_LEASING; in init_smb3_11_server()
A Dsmb2pdu.c3043 !(conn->vals->capabilities & SMB2_GLOBAL_CAP_LEASING))) { in smb2_open()
/linux/fs/smbfs_common/
A Dsmb2pdu.h330 #define SMB2_GLOBAL_CAP_LEASING 0x00000002 /* Resp only New to SMB2.1 */ macro
/linux/fs/cifs/
A Dsmb2ops.c2550 if (tcon->ses->server->capabilities & SMB2_GLOBAL_CAP_LEASING) in smb2_oplock_response()
5833 ….req_capabilities = SMB2_GLOBAL_CAP_DFS | SMB2_GLOBAL_CAP_LEASING | SMB2_GLOBAL_CAP_LARGE_MTU | SM…
5854 ….req_capabilities = SMB2_GLOBAL_CAP_DFS | SMB2_GLOBAL_CAP_LEASING | SMB2_GLOBAL_CAP_LARGE_MTU | SM…
5875 ….req_capabilities = SMB2_GLOBAL_CAP_DFS | SMB2_GLOBAL_CAP_LEASING | SMB2_GLOBAL_CAP_LARGE_MTU | SM…
5896 ….req_capabilities = SMB2_GLOBAL_CAP_DFS | SMB2_GLOBAL_CAP_LEASING | SMB2_GLOBAL_CAP_LARGE_MTU | SM…
5917 ….req_capabilities = SMB2_GLOBAL_CAP_DFS | SMB2_GLOBAL_CAP_LEASING | SMB2_GLOBAL_CAP_LARGE_MTU | SM…
A Dsmb2pdu.c2784 if (!(server->capabilities & SMB2_GLOBAL_CAP_LEASING) || in SMB2_open_init()
2799 if (server->capabilities & SMB2_GLOBAL_CAP_LEASING) { in SMB2_open_init()

Completed in 56 milliseconds