Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/sunrpc/
Dcache.h46 struct cache_head { struct
47 struct hlist_node cache_list;
48 time64_t expiry_time; /* After time expiry_time, don't use
50 time64_t last_refresh; /* If CACHE_PENDING, this is when upcall was
75 struct cache_head *); argument
/kernel/linux/linux-4.19/include/linux/sunrpc/
Dcache.h48 struct cache_head { struct
49 struct hlist_node cache_list;
50 time_t expiry_time; /* After time time, don't use the data */
51 time_t last_refresh; /* If CACHE_PENDING, this is when upcall was
76 struct cache_head *); argument
/kernel/linux/linux-5.10/fs/hmdfs/
Dstash.c287 struct hmdfs_cache_file_head cache_head; in hmdfs_flush_stash_file_metadata() local