Searched refs:added_treename (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | connect.c | 4475 int added_treename) in cifs_are_all_path_components_accessible() 4480 int skip = added_treename ? 1 : 0; in cifs_are_all_path_components_accessible() 4591 int added_treename = tcon->Flags & SMB_SHARE_IS_IN_DFS; in check_dfs_prepath() local 4592 int skip = added_treename; in check_dfs_prepath() 4594 path = cifs_build_path_to_root(vol, cifs_sb, tcon, added_treename); in check_dfs_prepath() 4627 if (added_treename) { in check_dfs_prepath() 4470 cifs_are_all_path_components_accessible(struct TCP_Server_Info *server, unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, char *full_path, int added_treename) cifs_are_all_path_components_accessible() argument
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | connect.c | 3496 int added_treename) in cifs_are_all_path_components_accessible() 3501 int skip = added_treename ? 1 : 0; in cifs_are_all_path_components_accessible() 3491 cifs_are_all_path_components_accessible(struct TCP_Server_Info *server, unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, char *full_path, int added_treename) cifs_are_all_path_components_accessible() argument
|
Completed in 11 milliseconds