Home
last modified time | relevance | path

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

/linux/fs/smb/server/mgmt/
H A Duser_session.c36 {SMB2_GLOBAL_CAP_DFS, "dfs"},
/linux/fs/smb/client/
H A Dsmb2ops.c5836 ….req_capabilities = SMB2_GLOBAL_CAP_DFS | SMB2_GLOBAL_CAP_LEASING | SMB2_GLOBAL_CAP_LARGE_MTU | SM…
5856 ….req_capabilities = SMB2_GLOBAL_CAP_DFS | SMB2_GLOBAL_CAP_LEASING | SMB2_GLOBAL_CAP_LARGE_MTU | SM…
5876 ….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…
5916 ….req_capabilities = SMB2_GLOBAL_CAP_DFS | SMB2_GLOBAL_CAP_LEASING | SMB2_GLOBAL_CAP_LARGE_MTU | SM…
H A Dsmb2pdu.c1579 req->Capabilities = cpu_to_le32(SMB2_GLOBAL_CAP_DFS); in SMB2_sess_alloc_buffer()
/linux/fs/smb/common/
H A Dsmb2pdu.h422 #define SMB2_GLOBAL_CAP_DFS 0x00000001 macro