Lines Matching defs:path
38 const char *path; member
82 static int get_normalized_path(const char *path, char **npath) in get_normalized_path()
98 static inline void free_normalized_path(const char *path, char *npath) in free_normalized_path()
322 static inline bool is_sysvol_or_netlogon(const char *path) in is_sysvol_or_netlogon()
410 static struct cache_entry *alloc_cache_entry(const char *path, in alloc_cache_entry()
468 static int add_cache_entry(const char *path, unsigned int hash, in add_cache_entry()
495 static struct cache_entry *__lookup_cache_entry(const char *path) in __lookup_cache_entry()
524 static struct cache_entry *lookup_cache_entry(const char *path, unsigned int *hash) in lookup_cache_entry()
629 static int __update_cache_entry(const char *path, in __update_cache_entry()
660 const char *path, struct dfs_info3_param **refs, in get_dfs_referral()
678 static int update_cache_entry(const char *path, in update_cache_entry()
703 const char *path, bool noreq) in __dfs_cache_find()
779 static int setup_referral(const char *path, struct cache_entry *ce, in setup_referral()
879 const char *path, struct dfs_info3_param *ref, in dfs_cache_find()
933 int dfs_cache_noreq_find(const char *path, struct dfs_info3_param *ref, in dfs_cache_noreq_find()
988 const char *path, in dfs_cache_update_tgthint()
1050 int dfs_cache_noreq_update_tgthint(const char *path, in dfs_cache_noreq_update_tgthint()
1107 int dfs_cache_get_tgt_referral(const char *path, in dfs_cache_get_tgt_referral()
1333 int dfs_cache_get_tgt_share(char *path, const struct dfs_cache_tgt_iterator *it, in dfs_cache_get_tgt_share()
1414 static bool is_dfs_link(const char *path) in is_dfs_link()
1424 static char *get_dfs_root(const char *path) in get_dfs_root()
1470 const char *path) in find_root_ses()
1542 char *path, *npath; in refresh_tcon() local