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 */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 */[all …]