Searched refs:__zram_bvec_read (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/block/zram/ |
| D | zram_drv.c | 1213 static int __zram_bvec_read(struct zram *zram, struct page *page, u32 index, in __zram_bvec_read() function 1288 ret = __zram_bvec_read(zram, page, index, bio, is_partial_io(bvec)); in zram_bvec_read() 1442 ret = __zram_bvec_read(zram, page, index, bio, true); in zram_bvec_write()
|