Home
last modified time | relevance | path

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

/openbmc/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.c607 dfs_cache_noreq_find(server->leaf_fullpath + 1, &ref, &tl)) { in cifs_tree_connect()
H A Ddfs_cache.c904 int dfs_cache_noreq_find(const char *path, struct dfs_info3_param *ref, in dfs_cache_noreq_find() function
H A Dconnect.c515 if (!dfs_cache_noreq_find(server->leaf_fullpath + 1, NULL, &tl)) in reconnect_dfs_server()