Lines Matching defs:fscache_cookie
102 struct fscache_cookie { struct
103 refcount_t ref;
104 atomic_t n_active; /* number of active users of cookie */
105 atomic_t n_accesses; /* Number of cache accesses in progress */
106 unsigned int debug_id;
107 unsigned int inval_counter; /* Number of invalidations made */
108 spinlock_t lock;
109 struct fscache_volume *volume; /* Parent volume of this file. */
110 void *cache_priv; /* Cache-side representation */
111 struct hlist_bl_node hash_link; /* Link in hash table */
135 enum fscache_cookie_state state; argument
136 u8 advice; /* FSCACHE_ADV_* */
137 u8 key_len; /* Length of index key */
161 extern struct fscache_cookie *__fscache_acquire_cookie( argument