Searched defs:zswap_entry (Results 1 – 1 of 1) sorted by relevance
151 struct zswap_entry { struct152 struct rb_node rbnode;153 pgoff_t offset;154 int refcount;155 unsigned int length;156 struct zswap_pool *pool;157 union {