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