Searched defs:compress_ctx (Results 1 – 2 of 2) sorted by relevance
1322 struct compress_ctx { struct1323 struct inode *inode; /* inode the context belong to */1324 pgoff_t cluster_idx; /* cluster index number */1325 unsigned int cluster_size; /* page count in cluster */1326 unsigned int log_cluster_size; /* log of cluster size */1327 struct page **rpages; /* pages store raw data in cluster */1328 unsigned int nr_rpages; /* total page number in rpages */1329 struct page **cpages; /* pages store compressed data in cluster */1330 unsigned int nr_cpages; /* total page number in cpages */1331 void *rbuf; /* virtual mapped address on rpages */[all …]
1455 struct compress_ctx { struct1456 struct inode *inode; /* inode the context belong to */1457 pgoff_t cluster_idx; /* cluster index number */1458 unsigned int cluster_size; /* page count in cluster */1459 unsigned int log_cluster_size; /* log of cluster size */1460 struct page **rpages; /* pages store raw data in cluster */1461 unsigned int nr_rpages; /* total page number in rpages */1462 struct page **cpages; /* pages store compressed data in cluster */1463 unsigned int nr_cpages; /* total page number in cpages */1464 unsigned int valid_nr_cpages; /* valid page number in cpages */[all …]