Searched defs:zram (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/block/zram/
H A DMakefile
H A Dzram_drv.h95 struct zram { struct
H A Dzram_drv.c67 static inline bool init_done(struct zram *zram) init_done() argument
117 static inline bool valid_io_request(struct zram *zram, valid_io_request() argument
145 static inline void update_used_max(struct zram *zram, update_used_max() argument
194 struct zram *zram = dev_to_zram(dev); initstate_show() local
206 struct zram *zram = dev_to_zram(dev); disksize_show() local
214 struct zram *zram = dev_to_zram(dev); orig_data_size_show() local
225 struct zram *zram = dev_to_zram(dev); mem_used_total_show() local
242 struct zram *zram = dev_to_zram(dev); mem_limit_show() local
257 struct zram *zram = dev_to_zram(dev); mem_limit_store() local
274 struct zram *zram = dev_to_zram(dev); mem_used_max_show() local
290 struct zram *zram = dev_to_zram(dev); mem_used_max_store() local
311 struct zram *zram = dev_to_zram(dev); max_comp_streams_show() local
324 struct zram *zram = dev_to_zram(dev); max_comp_streams_store() local
353 struct zram *zram = dev_to_zram(dev); comp_algorithm_show() local
365 struct zram *zram = dev_to_zram(dev); comp_algorithm_store() local
391 struct zram *zram = dev_to_zram(dev); compact_store() local
410 struct zram *zram = dev_to_zram(dev); io_stat_show() local
428 struct zram *zram = dev_to_zram(dev); mm_stat_show() local
470 static inline bool zram_meta_get(struct zram *zram) zram_meta_get() argument
477 static inline void zram_meta_put(struct zram *zram) zram_meta_put() argument
536 static void zram_free_page(struct zram *zram, size_t index) zram_free_page() argument
563 static int zram_decompress_page(struct zram *zram, char *mem, u32 index) zram_decompress_page() argument
598 static int zram_bvec_read(struct zram *zram, struct bio_vec *bvec, zram_bvec_read() argument
648 static int zram_bvec_write(struct zram *zram, struct bio_vec *bvec, u32 index, zram_bvec_write() argument
778 static void zram_bio_discard(struct zram *zram, u32 index, zram_bio_discard() argument
812 static int zram_bvec_rw(struct zram *zram, struct bio_vec *bvec, u32 index, zram_bvec_rw() argument
841 static void __zram_make_request(struct zram *zram, struct bio *bio) __zram_make_request() argument
899 struct zram *zram = queue->queuedata; zram_make_request() local
925 struct zram *zram; zram_slot_free_notify() local
942 struct zram *zram; zram_rw_page() local
979 static void zram_reset_device(struct zram *zram) zram_reset_device() argument
1029 struct zram *zram = dev_to_zram(dev); disksize_store() local
1086 struct zram *zram; reset_store() local
1129 struct zram *zram; zram_open() local
1193 struct zram *zram; zram_add() local
1293 static int zram_remove(struct zram *zram) zram_remove() argument
1356 struct zram *zram; hot_remove_store() local

Completed in 117 milliseconds