Lines Matching defs:decompress_io_ctx
1489 struct decompress_io_ctx { struct
1490 u32 magic; /* magic number to indicate page is compressed */
1491 struct inode *inode; /* inode the context belong to */
1492 pgoff_t cluster_idx; /* cluster index number */
1493 unsigned int cluster_size; /* page count in cluster */
1494 unsigned int log_cluster_size; /* log of cluster size */
1518 * Number of references to this decompress_io_ctx. argument
1528 refcount_t refcnt;
1530 bool failed; /* IO error occurred before decompression? */
1531 bool need_verity; /* need fs-verity verification after decompression? */
1532 void *private; /* payload buffer for specified decompression algorithm */
1533 void *private2; /* extra payload buffer */
1534 struct work_struct verity_work; /* work to verify the decompressed pages */
1535 struct work_struct free_work; /* work for late free this structure itself */