Home
last modified time | relevance | path

Searched refs:cache_entry (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/fs/cifs/
Ddfs_cache.c38 struct cache_entry { struct
220 static inline bool cache_entry_expired(const struct cache_entry *ce) in cache_entry_expired()
228 static inline void free_tgts(struct cache_entry *ce) in free_tgts()
239 static inline void flush_cache_ent(struct cache_entry *ce) in flush_cache_ent()
255 struct cache_entry *ce; in flush_cache_ents()
270 struct cache_entry *ce; in dfscache_proc_show()
338 static inline void dump_tgts(const struct cache_entry *ce) in dump_tgts()
349 static inline void dump_ce(const struct cache_entry *ce) in dump_ce()
405 sizeof(struct cache_entry), 0, in dfs_cache_init()
449 static inline char *get_tgt_name(const struct cache_entry *ce) in get_tgt_name()
[all …]
/Linux-v5.15/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c1197 struct mmio_hpte_cache_entry *cache_entry = NULL; in kvmppc_hpte_hv_fault() local
1205 cache_entry = mmio_cache_search(vcpu, addr, slb_v, mmio_update); in kvmppc_hpte_hv_fault()
1207 if (cache_entry) { in kvmppc_hpte_hv_fault()
1208 index = cache_entry->pte_index; in kvmppc_hpte_hv_fault()
1209 v = cache_entry->hpte_v; in kvmppc_hpte_hv_fault()
1210 r = cache_entry->hpte_r; in kvmppc_hpte_hv_fault()
1211 gr = cache_entry->rpte; in kvmppc_hpte_hv_fault()
1268 vcpu->arch.pgfault_cache = cache_entry; in kvmppc_hpte_hv_fault()
1273 if (!cache_entry) { in kvmppc_hpte_hv_fault()
1281 cache_entry = next_mmio_cache_entry(vcpu); in kvmppc_hpte_hv_fault()
[all …]
/Linux-v5.15/fs/nfs/
Ddir.c254 struct nfs_cache_array_entry *cache_entry; in nfs_readdir_array_can_expand() local
258 cache_entry = &array->array[array->size + 1]; in nfs_readdir_array_can_expand()
259 if ((char *)cache_entry - (char *)array > PAGE_SIZE) { in nfs_readdir_array_can_expand()
270 struct nfs_cache_array_entry *cache_entry; in nfs_readdir_add_to_array() local
285 cache_entry = &array->array[array->size]; in nfs_readdir_add_to_array()
286 cache_entry->cookie = entry->prev_cookie; in nfs_readdir_add_to_array()
287 cache_entry->ino = entry->ino; in nfs_readdir_add_to_array()
288 cache_entry->d_type = entry->d_type; in nfs_readdir_add_to_array()
289 cache_entry->name_len = entry->len; in nfs_readdir_add_to_array()
290 cache_entry->name = name; in nfs_readdir_add_to_array()
[all …]