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