Lines Matching defs:path
40 const char *path; member
76 char *dfs_cache_canonical_path(const char *path, const struct nls_table *cp, int remap) in dfs_cache_canonical_path()
535 static struct cache_entry *__lookup_cache_entry(const char *path, unsigned int hash, int len) in __lookup_cache_entry()
557 static struct cache_entry *lookup_cache_entry(const char *path) in lookup_cache_entry()
646 static int get_dfs_referral(const unsigned int xid, struct cifs_ses *ses, const char *path, in get_dfs_referral()
685 const char *path, in cache_refresh_path()
756 static int setup_referral(const char *path, struct cache_entry *ce, in setup_referral()
857 int remap, const char *path, struct dfs_info3_param *ref, in dfs_cache_find()
904 int dfs_cache_noreq_find(const char *path, struct dfs_info3_param *ref, in dfs_cache_noreq_find()
946 void dfs_cache_noreq_update_tgthint(const char *path, const struct dfs_cache_tgt_iterator *it) in dfs_cache_noreq_update_tgthint()
990 int dfs_cache_get_tgt_referral(const char *path, const struct dfs_cache_tgt_iterator *it, in dfs_cache_get_tgt_referral()
1052 int dfs_cache_get_tgt_share(char *path, const struct dfs_cache_tgt_iterator *it, char **share, in dfs_cache_get_tgt_share()
1136 const char *path, in mark_for_reconnect_if_needed()
1184 char *path = NULL; in __refresh_ses_referral() local