Searched refs:zram_bvec_read (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/block/zram/ |
D | zram_drv.c | 59 static int zram_bvec_read(struct zram *zram, struct bio_vec *bvec, 709 if (zram_bvec_read(zram, &bvec, index, 0, NULL)) { in writeback_store() 1281 static int zram_bvec_read(struct zram *zram, struct bio_vec *bvec, in zram_bvec_read() function 1521 ret = zram_bvec_read(zram, bvec, index, offset, bio); in zram_bvec_rw()
|