Searched refs:zram_bvec_write (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/zram/ |
H A D | zram_drv.c | 1467 static int zram_bvec_write(struct zram *zram, struct bio_vec *bvec, in zram_bvec_write() function 1562 ret = zram_bvec_write(zram, bvec, index, offset, bio); in zram_bvec_rw()
|
/kernel/linux/linux-6.6/drivers/block/zram/ |
H A D | zram_drv.c | 1581 static int zram_bvec_write(struct zram *zram, struct bio_vec *bvec, in zram_bvec_write() function 1938 if (zram_bvec_write(zram, &bv, index, offset, bio) < 0) { in zram_bio_write()
|
Completed in 6 milliseconds