Searched defs:decompress_io_ctx (Results 1 – 1 of 1) sorted by relevance
1702 struct decompress_io_ctx { struct1703 u32 magic; /* magic number to indicate page is compressed */1704 struct inode *inode; /* inode the context belong to */1705 struct f2fs_sb_info *sbi; /* f2fs_sb_info pointer */1706 pgoff_t cluster_idx; /* cluster index number */1707 unsigned int cluster_size; /* page count in cluster */1708 unsigned int log_cluster_size; /* log of cluster size */1732 * Number of references to this decompress_io_ctx. argument1742 refcount_t refcnt;1744 bool failed; /* IO error occurred before decompression? */[all …]