Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfscache.h102 struct fscache_cookie { struct
103 refcount_t ref;
104 atomic_t n_active; /* number of active users of cookie */
106 unsigned int debug_id;
108 spinlock_t lock;
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 */
[all …]