Searched defs:decompress_io_ctx (Results 1 – 1 of 1) sorted by relevance
1541 struct decompress_io_ctx { struct1542 u32 magic; /* magic number to indicate page is compressed */1543 struct inode *inode; /* inode the context belong to */1544 struct f2fs_sb_info *sbi; /* f2fs_sb_info pointer */1545 pgoff_t cluster_idx; /* cluster index number */1546 unsigned int cluster_size; /* page count in cluster */1547 unsigned int log_cluster_size; /* log of cluster size */1571 * Number of references to this decompress_io_ctx. argument1581 refcount_t refcnt;1583 bool failed; /* IO error occurred before decompression? */[all …]