Lines Matching refs:cache_entry
36 struct cache_entry { struct
104 static inline bool cache_entry_expired(const struct cache_entry *ce) in cache_entry_expired()
112 static inline void free_tgts(struct cache_entry *ce) in free_tgts()
123 static inline void flush_cache_ent(struct cache_entry *ce) in flush_cache_ent()
139 struct cache_entry *ce; in flush_cache_ents()
154 struct cache_entry *ce; in dfscache_proc_show()
225 static inline void dump_tgts(const struct cache_entry *ce) in dump_tgts()
236 static inline void dump_ce(const struct cache_entry *ce) in dump_ce()
292 sizeof(struct cache_entry), 0, in dfs_cache_init()
333 static inline char *get_tgt_name(const struct cache_entry *ce) in get_tgt_name()
376 struct cache_entry *ce, const char *tgthint) in copy_ref_data()
410 static struct cache_entry *alloc_cache_entry(const char *path, in alloc_cache_entry()
414 struct cache_entry *ce; in alloc_cache_entry()
442 struct cache_entry *ce; in remove_oldest_entry()
443 struct cache_entry *to_del = NULL; in remove_oldest_entry()
471 struct cache_entry *ce; in add_cache_entry()
495 static struct cache_entry *__lookup_cache_entry(const char *path) in __lookup_cache_entry()
497 struct cache_entry *ce; in __lookup_cache_entry()
524 static struct cache_entry *lookup_cache_entry(const char *path, unsigned int *hash) in lookup_cache_entry()
526 struct cache_entry *ce = ERR_PTR(-ENOENT); in lookup_cache_entry()
634 struct cache_entry *ce; in __update_cache_entry()
707 struct cache_entry *ce; in __dfs_cache_find()
779 static int setup_referral(const char *path, struct cache_entry *ce, in setup_referral()
812 static int get_targets(struct cache_entry *ce, struct dfs_cache_tgt_list *tl) in get_targets()
884 struct cache_entry *ce; in dfs_cache_find()
938 struct cache_entry *ce; in dfs_cache_noreq_find()
993 struct cache_entry *ce; in dfs_cache_update_tgthint()
1055 struct cache_entry *ce; in dfs_cache_noreq_update_tgthint()
1113 struct cache_entry *ce; in dfs_cache_get_tgt_referral()
1474 struct cache_entry *ce; in find_root_ses()
1543 struct cache_entry *ce; in refresh_tcon()