Lines Matching refs:cache_entry

38 struct cache_entry {  struct
199 static inline bool cache_entry_expired(const struct cache_entry *ce) in cache_entry_expired()
207 static inline void free_tgts(struct cache_entry *ce) in free_tgts()
218 static inline void flush_cache_ent(struct cache_entry *ce) in flush_cache_ent()
234 struct cache_entry *ce; in flush_cache_ents()
249 struct cache_entry *ce; in dfscache_proc_show()
317 static inline void dump_tgts(const struct cache_entry *ce) in dump_tgts()
328 static inline void dump_ce(const struct cache_entry *ce) in dump_ce()
384 sizeof(struct cache_entry), 0, in dfs_cache_init()
428 static inline char *get_tgt_name(const struct cache_entry *ce) in get_tgt_name()
471 struct cache_entry *ce, const char *tgthint) in copy_ref_data()
508 static struct cache_entry *alloc_cache_entry(struct dfs_info3_param *refs, int numrefs) in alloc_cache_entry()
510 struct cache_entry *ce; in alloc_cache_entry()
535 struct cache_entry *ce; in remove_oldest_entry_locked()
536 struct cache_entry *to_del = NULL; in remove_oldest_entry_locked()
563 static struct cache_entry *add_cache_entry_locked(struct dfs_info3_param *refs, in add_cache_entry_locked()
567 struct cache_entry *ce; in add_cache_entry_locked()
629 static struct cache_entry *__lookup_cache_entry(const char *path, unsigned int hash, int len) in __lookup_cache_entry()
631 struct cache_entry *ce; in __lookup_cache_entry()
651 static struct cache_entry *lookup_cache_entry(const char *path) in lookup_cache_entry()
653 struct cache_entry *ce; in lookup_cache_entry()
716 static int update_cache_entry_locked(struct cache_entry *ce, const struct dfs_info3_param *refs, in update_cache_entry_locked()
779 static struct cache_entry *cache_refresh_path(const unsigned int xid, in cache_refresh_path()
785 struct cache_entry *ce; in cache_refresh_path()
852 static int setup_referral(const char *path, struct cache_entry *ce, in setup_referral()
886 static int get_targets(struct cache_entry *ce, struct dfs_cache_tgt_list *tl) in get_targets()
958 struct cache_entry *ce; in dfs_cache_find()
1004 struct cache_entry *ce; in dfs_cache_noreq_find()
1045 struct cache_entry *ce; in dfs_cache_noreq_update_tgthint()
1090 struct cache_entry *ce; in dfs_cache_get_tgt_referral()
1308 struct cache_entry *ce; in __refresh_tcon()