Home
last modified time | relevance | path

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

/linux-5.19.10/fs/cifs/
Ddfs_cache.c38 struct cache_entry { struct
39 struct hlist_node hlist;
40 const char *path;
41 int hdr_flags; /* RESP_GET_DFS_REFERRAL.ReferralHeaderFlags */
42 int ttl; /* DFS_REREFERRAL_V3.TimeToLive */
43 int srvtype; /* DFS_REREFERRAL_V3.ServerType */
44 int ref_flags; /* DFS_REREFERRAL_V3.ReferralEntryFlags */
45 struct timespec64 etime;
46 int path_consumed; /* RESP_GET_DFS_REFERRAL.PathConsumed */
47 int numtgts;
[all …]
/linux-5.19.10/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c1200 struct mmio_hpte_cache_entry *cache_entry = NULL; in kvmppc_hpte_hv_fault() local
/linux-5.19.10/fs/nfs/
Ddir.c319 struct nfs_cache_array_entry *cache_entry; in nfs_readdir_page_array_append() local