Searched defs:fscache_cookie (Results 1 – 1 of 1) sorted by relevance
125 struct fscache_cookie { struct133 const struct fscache_cookie_def *def; /* definition */ argument134 struct fscache_cookie *parent; /* parent of this entry */ argument135 struct hlist_bl_node hash_link; /* Link in hash table */136 struct list_head proc_link; /* Link in proc list */137 void *netfs_data; /* back pointer to netfs */138 struct radix_tree_root stores; /* pages to be stored on this cookie */142 unsigned long flags;168 static inline bool fscache_cookie_enabled(struct fscache_cookie *cookie) in fscache_cookie_enabled() argument
Completed in 5 milliseconds