Home
last modified time | relevance | path

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

/linux-4.4.14/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
56 struct kref ref;
57 unsigned long flags;