Searched refs:dfs_cache_noreq_find (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/fs/cifs/ |
D | dfs_cache.h | 36 int dfs_cache_noreq_find(const char *path, struct dfs_info3_param *ref,
|
D | connect.c | 198 return dfs_cache_noreq_find(cifs_sb->origin_fullpath + 1, NULL, tl); in reconn_setup_dfs_targets() 3154 rc = dfs_cache_noreq_find(npath, NULL, &tgt_list); in do_dfs_failover() 3449 rc = dfs_cache_noreq_find(npath, &ref, NULL); in is_referral_server() 4165 if (!tcon->dfs_path || dfs_cache_noreq_find(tcon->dfs_path + 1, &ref, &tl)) { in cifs_tree_connect()
|
D | dfs_cache.c | 999 int dfs_cache_noreq_find(const char *path, struct dfs_info3_param *ref, in dfs_cache_noreq_find() function
|