Lines Matching defs:decompress_io_ctx
1499 struct decompress_io_ctx { struct
1500 u32 magic; /* magic number to indicate page is compressed */
1501 struct inode *inode; /* inode the context belong to */
1502 pgoff_t cluster_idx; /* cluster index number */
1503 unsigned int cluster_size; /* page count in cluster */
1504 unsigned int log_cluster_size; /* log of cluster size */
1528 * Number of references to this decompress_io_ctx. argument
1538 refcount_t refcnt;
1540 bool failed; /* IO error occurred before decompression? */
1541 bool need_verity; /* need fs-verity verification after decompression? */
1542 void *private; /* payload buffer for specified decompression algorithm */
1543 void *private2; /* extra payload buffer */
1544 struct work_struct verity_work; /* work to verify the decompressed pages */