Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Ddir.c85 bool prefix = tcon->Flags & SMB_SHARE_IS_IN_DFS; in build_path_from_dentry()
Dmisc.c281 if (treeCon->Flags & SMB_SHARE_IS_IN_DFS) in header_assemble()
Dcifsglob.h2041 return is_smb1_server(tcon->ses->server) ? tcon->Flags & SMB_SHARE_IS_IN_DFS : in is_tcon_dfs()
Dconnect.c4515 tcon->Flags & SMB_SHARE_IS_IN_DFS); in is_path_remote()
4530 cifs_sb, full_path, tcon->Flags & SMB_SHARE_IS_IN_DFS); in is_path_remote()
4571 int added_treename = tcon->Flags & SMB_SHARE_IS_IN_DFS; in check_dfs_prepath()
Dcifspdu.h778 #define SMB_SHARE_IS_IN_DFS 0x0002 macro