Searched refs:dfs_cache_noreq_find (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | dfs_cache.h | 34 extern int dfs_cache_noreq_find(const char *path, struct dfs_info3_param *ref,
|
H A D | dfs_cache.c | 918 * 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 D | connect.c | 377 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 D | dfs_cache.h | 43 int dfs_cache_noreq_find(const char *path, struct dfs_info3_param *ref,
|
H A D | dfs.c | 610 dfs_cache_noreq_find(server->leaf_fullpath + 1, &ref, &tl)) { in cifs_tree_connect()
|
H A D | dfs_cache.c | 889 * 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 D | connect.c | 501 if (!dfs_cache_noreq_find(server->leaf_fullpath + 1, NULL, &tl)) in reconnect_dfs_server()
|
Completed in 16 milliseconds