Searched refs:cache_entry (Results 1 – 2 of 2) sorted by relevance
36 struct cache_entry { struct105 static inline bool cache_entry_expired(const struct cache_entry *ce) in cache_entry_expired()113 static inline void free_tgts(struct cache_entry *ce) in free_tgts()126 struct cache_entry *ce = container_of(rcu, struct cache_entry, rcu); in free_cache_entry()131 static inline void flush_cache_ent(struct cache_entry *ce) in flush_cache_ent()150 struct cache_entry *ce; in flush_cache_ents()164 struct cache_entry *ce; in dfscache_proc_show()231 static inline void dump_tgts(const struct cache_entry *ce) in dump_tgts()242 static inline void dump_ce(const struct cache_entry *ce) in dump_ce()298 sizeof(struct cache_entry), 0, in dfs_cache_init()[all …]
217 struct nfs_cache_array_entry *cache_entry; in nfs_readdir_add_to_array() local220 cache_entry = &array->array[array->size]; in nfs_readdir_add_to_array()224 if ((char *)&cache_entry[1] - (char *)page_address(page) > PAGE_SIZE) in nfs_readdir_add_to_array()227 cache_entry->cookie = entry->prev_cookie; in nfs_readdir_add_to_array()228 cache_entry->ino = entry->ino; in nfs_readdir_add_to_array()229 cache_entry->d_type = entry->d_type; in nfs_readdir_add_to_array()230 ret = nfs_readdir_make_qstr(&cache_entry->string, entry->name, entry->len); in nfs_readdir_add_to_array()