Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cifs/
A Ddfs_cache.c38 struct cache_entry { struct
234 struct cache_entry *ce; in flush_cache_ents()
249 struct cache_entry *ce; in dfscache_proc_show()
510 struct cache_entry *ce; in alloc_cache_entry()
535 struct cache_entry *ce; in remove_oldest_entry_locked()
567 struct cache_entry *ce; in add_cache_entry_locked()
631 struct cache_entry *ce; in __lookup_cache_entry()
653 struct cache_entry *ce; in lookup_cache_entry()
785 struct cache_entry *ce; in cache_refresh_path()
958 struct cache_entry *ce; in dfs_cache_find()
[all …]
/linux-6.3-rc2/arch/powerpc/kvm/
A Dbook3s_hv_rm_mmu.c1210 if (cache_entry) { in kvmppc_hpte_hv_fault()
1211 index = cache_entry->pte_index; in kvmppc_hpte_hv_fault()
1212 v = cache_entry->hpte_v; in kvmppc_hpte_hv_fault()
1213 r = cache_entry->hpte_r; in kvmppc_hpte_hv_fault()
1214 gr = cache_entry->rpte; in kvmppc_hpte_hv_fault()
1276 if (!cache_entry) { in kvmppc_hpte_hv_fault()
1285 cache_entry->eaddr = addr; in kvmppc_hpte_hv_fault()
1288 cache_entry->hpte_v = v; in kvmppc_hpte_hv_fault()
1289 cache_entry->hpte_r = r; in kvmppc_hpte_hv_fault()
1290 cache_entry->rpte = gr; in kvmppc_hpte_hv_fault()
[all …]
/linux-6.3-rc2/fs/nfs/
A Ddir.c319 struct nfs_cache_array_entry *cache_entry; in nfs_readdir_page_array_append() local
334 cache_entry = &array->array[array->size]; in nfs_readdir_page_array_append()
335 cache_entry->cookie = array->last_cookie; in nfs_readdir_page_array_append()
336 cache_entry->ino = entry->ino; in nfs_readdir_page_array_append()
337 cache_entry->d_type = entry->d_type; in nfs_readdir_page_array_append()
338 cache_entry->name_len = entry->len; in nfs_readdir_page_array_append()
339 cache_entry->name = name; in nfs_readdir_page_array_append()
341 if (array->last_cookie <= cache_entry->cookie) in nfs_readdir_page_array_append()

Completed in 12 milliseconds