Lines Matching refs:cache_entry

38 struct cache_entry {  struct
108 static inline bool cache_entry_expired(const struct cache_entry *ce) in cache_entry_expired()
116 static inline void free_tgts(struct cache_entry *ce) in free_tgts()
127 static inline void flush_cache_ent(struct cache_entry *ce) in flush_cache_ent()
143 struct cache_entry *ce; in flush_cache_ents()
158 struct cache_entry *ce; in dfscache_proc_show()
226 static inline void dump_tgts(const struct cache_entry *ce) in dump_tgts()
237 static inline void dump_ce(const struct cache_entry *ce) in dump_ce()
295 sizeof(struct cache_entry), 0, in dfs_cache_init()
340 static inline char *get_tgt_name(const struct cache_entry *ce) in get_tgt_name()
383 struct cache_entry *ce, const char *tgthint) in copy_ref_data()
420 static struct cache_entry *alloc_cache_entry(struct dfs_info3_param *refs, int numrefs) in alloc_cache_entry()
422 struct cache_entry *ce; in alloc_cache_entry()
447 struct cache_entry *ce; in remove_oldest_entry_locked()
448 struct cache_entry *to_del = NULL; in remove_oldest_entry_locked()
475 static struct cache_entry *add_cache_entry_locked(struct dfs_info3_param *refs, in add_cache_entry_locked()
479 struct cache_entry *ce; in add_cache_entry_locked()
535 static struct cache_entry *__lookup_cache_entry(const char *path, unsigned int hash, int len) in __lookup_cache_entry()
537 struct cache_entry *ce; in __lookup_cache_entry()
557 static struct cache_entry *lookup_cache_entry(const char *path) in lookup_cache_entry()
559 struct cache_entry *ce; in lookup_cache_entry()
620 static int update_cache_entry_locked(struct cache_entry *ce, const struct dfs_info3_param *refs, in update_cache_entry_locked()
683 static struct cache_entry *cache_refresh_path(const unsigned int xid, in cache_refresh_path()
689 struct cache_entry *ce; in cache_refresh_path()
756 static int setup_referral(const char *path, struct cache_entry *ce, in setup_referral()
790 static int get_targets(struct cache_entry *ce, struct dfs_cache_tgt_list *tl) in get_targets()
862 struct cache_entry *ce; in dfs_cache_find()
908 struct cache_entry *ce; in dfs_cache_noreq_find()
949 struct cache_entry *ce; in dfs_cache_noreq_update_tgthint()
994 struct cache_entry *ce; in dfs_cache_get_tgt_referral()
1182 struct cache_entry *ce; in __refresh_tcon()