Home
last modified time | relevance | path

Searched refs:dfs_cache_noreq_find (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/cifs/
H A Ddfs_cache.h34 extern int dfs_cache_noreq_find(const char *path, struct dfs_info3_param *ref,
H A Ddfs_cache.c933 int dfs_cache_noreq_find(const char *path, struct dfs_info3_param *ref, in dfs_cache_noreq_find() function
H A Dconnect.c377 return dfs_cache_noreq_find(cifs_sb->origin_fullpath + 1, NULL, tl); in reconn_setup_dfs_targets()
4379 rc = dfs_cache_noreq_find(path, NULL, &tgt_list); in do_dfs_failover()
5369 if (!tcon->dfs_path || dfs_cache_noreq_find(tcon->dfs_path + 1, &ref, &tl)) { in cifs_tree_connect()