Searched refs:read_from_bdev_sync (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/zram/ |
H A D | zram_drv.c | 753 static int read_from_bdev_sync(struct zram *zram, struct bio_vec *bvec, in read_from_bdev_sync() function 771 static int read_from_bdev_sync(struct zram *zram, struct bio_vec *bvec, in read_from_bdev_sync() function 784 return read_from_bdev_sync(zram, bvec, entry, parent); in read_from_bdev()
|
/kernel/linux/linux-6.6/drivers/block/zram/ |
H A D | zram_drv.c | 728 static int read_from_bdev_sync(struct zram *zram, struct page *page, in read_from_bdev_sync() function 752 return read_from_bdev_sync(zram, page, entry); in read_from_bdev()
|
Completed in 6 milliseconds