Searched defs:compress_ctx (Results 1 – 1 of 1) sorted by relevance
1318 struct compress_ctx { struct1319 struct inode *inode; /* inode the context belong to */1320 pgoff_t cluster_idx; /* cluster index number */1321 unsigned int cluster_size; /* page count in cluster */1322 unsigned int log_cluster_size; /* log of cluster size */1323 struct page **rpages; /* pages store raw data in cluster */1324 unsigned int nr_rpages; /* total page number in rpages */1325 struct page **cpages; /* pages store compressed data in cluster */1326 unsigned int nr_cpages; /* total page number in cpages */1327 void *rbuf; /* virtual mapped address on rpages */[all …]