Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Ddfs_cache.h43 int dfs_cache_noreq_find(const char *path, struct dfs_info3_param *ref,
H A Ddfs.c439 dfs_cache_noreq_find(server->leaf_fullpath + 1, &ref, &tl)) { in cifs_tree_connect()
H A Ddfs_cache.c887 * dfs_cache_noreq_find - find a DFS cache entry without sending any requests to
902 int dfs_cache_noreq_find(const char *path, struct dfs_info3_param *ref, in dfs_cache_noreq_find() function
H A Dconnect.c529 if (!dfs_cache_noreq_find(ref_path, NULL, &tl)) in reconnect_dfs_server()