Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Ddfs_cache.c38 struct cache_entry { struct
255 struct cache_entry *ce; in flush_cache_ents()
270 struct cache_entry *ce; in dfscache_proc_show()
529 struct cache_entry *ce; in alloc_cache_entry()
554 struct cache_entry *ce; in remove_oldest_entry_locked()
585 struct cache_entry *ce; in add_cache_entry_locked()
649 struct cache_entry *ce; in __lookup_cache_entry()
669 struct cache_entry *ce; in lookup_cache_entry()
796 struct cache_entry *ce; in cache_refresh_path()
950 struct cache_entry *ce; in dfs_cache_find()
[all …]
/linux/arch/powerpc/kvm/
A Dbook3s_hv_rm_mmu.c1216 if (cache_entry) { in kvmppc_hpte_hv_fault()
1217 index = cache_entry->pte_index; in kvmppc_hpte_hv_fault()
1218 v = cache_entry->hpte_v; in kvmppc_hpte_hv_fault()
1219 r = cache_entry->hpte_r; in kvmppc_hpte_hv_fault()
1220 gr = cache_entry->rpte; in kvmppc_hpte_hv_fault()
1282 if (!cache_entry) { in kvmppc_hpte_hv_fault()
1291 cache_entry->eaddr = addr; in kvmppc_hpte_hv_fault()
1294 cache_entry->hpte_v = v; in kvmppc_hpte_hv_fault()
1295 cache_entry->hpte_r = r; in kvmppc_hpte_hv_fault()
1296 cache_entry->rpte = gr; in kvmppc_hpte_hv_fault()
[all …]
/linux/fs/nfs/
A Ddir.c256 struct nfs_cache_array_entry *cache_entry; in nfs_readdir_array_can_expand() local
260 cache_entry = &array->array[array->size + 1]; in nfs_readdir_array_can_expand()
261 if ((char *)cache_entry - (char *)array > PAGE_SIZE) { in nfs_readdir_array_can_expand()
272 struct nfs_cache_array_entry *cache_entry; in nfs_readdir_add_to_array() local
287 cache_entry = &array->array[array->size]; in nfs_readdir_add_to_array()
288 cache_entry->cookie = entry->prev_cookie; in nfs_readdir_add_to_array()
289 cache_entry->ino = entry->ino; in nfs_readdir_add_to_array()
290 cache_entry->d_type = entry->d_type; in nfs_readdir_add_to_array()
291 cache_entry->name_len = entry->len; in nfs_readdir_add_to_array()
292 cache_entry->name = name; in nfs_readdir_add_to_array()
[all …]

Completed in 16 milliseconds