Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Ddfs_cache.h33 extern int dfs_cache_noreq_find(const char *path, struct dfs_info3_param *ref,
Ddfs_cache.c874 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()
Dconnect.c461 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()
Dsmb2pdu.c187 rc = dfs_cache_noreq_find(tcon->dfs_path + 1, NULL, &tl); in __smb2_reconnect()
Dcifssmb.c153 rc = dfs_cache_noreq_find(tcon->dfs_path + 1, NULL, &tl); in __cifs_reconnect_tcon()