Lines Matching defs:decompress_io_ctx
1523 struct decompress_io_ctx { struct
1524 u32 magic; /* magic number to indicate page is compressed */
1525 struct inode *inode; /* inode the context belong to */
1526 pgoff_t cluster_idx; /* cluster index number */
1527 unsigned int cluster_size; /* page count in cluster */
1528 unsigned int log_cluster_size; /* log of cluster size */
1552 * Number of references to this decompress_io_ctx. argument
1562 refcount_t refcnt;
1564 bool failed; /* IO error occurred before decompression? */
1565 bool need_verity; /* need fs-verity verification after decompression? */
1566 void *private; /* payload buffer for specified decompression algorithm */
1567 void *private2; /* extra payload buffer */
1568 struct work_struct verity_work; /* work to verify the decompressed pages */
1569 struct work_struct free_work; /* work for late free this structure itself */