Searched refs:dfs_cache_noreq_find (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/fs/cifs/ |
D | dfs_cache.h | 33 extern int dfs_cache_noreq_find(const char *path, struct dfs_info3_param *ref,
|
D | dfs_cache.c | 874 int dfs_cache_noreq_find(const char *path, struct dfs_info3_param *ref, in dfs_cache_noreq_find() function 1331 rc = dfs_cache_noreq_find(rpath, &ref, NULL); in find_root_ses()
|
D | connect.c | 461 return dfs_cache_noreq_find(cifs_sb->origin_fullpath + 1, NULL, tl); in reconn_setup_dfs_targets() 4520 rc = dfs_cache_noreq_find(path, NULL, &tgt_list); in mount_do_dfs_failover()
|
D | smb2pdu.c | 187 rc = dfs_cache_noreq_find(tcon->dfs_path + 1, NULL, &tl); in __smb2_reconnect()
|
D | cifssmb.c | 153 rc = dfs_cache_noreq_find(tcon->dfs_path + 1, NULL, &tl); in __cifs_reconnect_tcon()
|