Searched defs:fscache_cookie (Results 1 – 1 of 1) sorted by relevance
102 struct fscache_cookie { struct103 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; argument136 u8 advice; /* FSCACHE_ADV_* */137 u8 key_len; /* Length of index key */[all …]
Completed in 5 milliseconds