Searched defs:zswap_entry (Results 1 – 1 of 1) sorted by relevance
171 struct zswap_entry { struct172 struct rb_node rbnode;173 pgoff_t offset;174 int refcount;175 unsigned int length;176 struct zswap_pool *pool;177 union {