Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dfscache.h133 struct fscache_cookie { struct
140 const struct fscache_cookie_def *def; /* definition */ argument
141 struct fscache_cookie *parent; /* parent of this entry */ argument
142 struct hlist_bl_node hash_link; /* Link in hash table */
143 void *netfs_data; /* back pointer to netfs */
144 struct radix_tree_root stores; /* pages to be stored on this cookie */
148 unsigned long flags;
174 static inline bool fscache_cookie_enabled(struct fscache_cookie *cookie) in fscache_cookie_enabled() argument