Lines Matching defs:zram
105 struct zram { struct
106 struct zram_table_entry *table; argument
114 * the number of pages zram can consume for storing compressed data argument
118 struct zram_stats stats; argument
127 * zram is claimed so open request will be failed argument
129 bool claim; /* Protected by disk->open_mutex */
131 struct file *backing_dev;
132 spinlock_t wb_limit_lock;
133 bool wb_limit_enable;
134 u64 bd_wb_limit;
135 struct block_device *bdev;
136 unsigned long *bitmap;
137 unsigned long nr_pages;
140 struct dentry *debugfs_dir;