Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dsmb2pdu.h664 #define SMB2_SHARE_CAP_DFS cpu_to_le32(0x00000008) /* all dialects */ macro
Dsmb2pdu.c1877 if ((rsp->Capabilities & SMB2_SHARE_CAP_DFS) && in SMB2_tcon()
Dsmb2ops.c1411 if (tcon->capabilities & SMB2_SHARE_CAP_DFS) in smb2_dump_share_caps()
/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.h466 #define SMB2_SHARE_CAP_DFS cpu_to_le32(0x00000008) macro