Home
last modified time | relevance | path

Searched refs:dfs_cache_noreq_find (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/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.c918 * dfs_cache_noreq_find - find a DFS cache entry without sending any requests to
933 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()
4381 rc = dfs_cache_noreq_find(path, NULL, &tgt_list); in do_dfs_failover()
5371 if (!tcon->dfs_path || dfs_cache_noreq_find(tcon->dfs_path + 1, &ref, &tl)) { in cifs_tree_connect()
/kernel/linux/linux-6.6/fs/smb/client/
H A Ddfs_cache.h43 int dfs_cache_noreq_find(const char *path, struct dfs_info3_param *ref,
H A Ddfs.c610 dfs_cache_noreq_find(server->leaf_fullpath + 1, &ref, &tl)) { in cifs_tree_connect()
H A Ddfs_cache.c889 * dfs_cache_noreq_find - find a DFS cache entry without sending any requests to
904 int dfs_cache_noreq_find(const char *path, struct dfs_info3_param *ref, in dfs_cache_noreq_find() function
H A Dconnect.c501 if (!dfs_cache_noreq_find(server->leaf_fullpath + 1, NULL, &tl)) in reconnect_dfs_server()

Completed in 16 milliseconds