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