Lines Matching refs:bio_vec

57 static int zram_bvec_read(struct zram *zram, struct bio_vec *bvec,
147 static inline bool is_partial_io(struct bio_vec *bvec) in is_partial_io()
152 static inline bool is_partial_io(struct bio_vec *bvec) in is_partial_io()
182 static void update_position(u32 *index, int *offset, struct bio_vec *bvec) in update_position()
605 static int read_from_bdev_async(struct zram *zram, struct bio_vec *bvec, in read_from_bdev_async()
644 struct bio_vec bio_vec; in writeback_store() local
686 struct bio_vec bvec; in writeback_store()
739 bio_init(&bio, zram->bdev, &bio_vec, 1, in writeback_store()
809 struct bio_vec bvec;
828 static int read_from_bdev_sync(struct zram *zram, struct bio_vec *bvec, in read_from_bdev_sync()
846 static int read_from_bdev_sync(struct zram *zram, struct bio_vec *bvec, in read_from_bdev_sync()
854 static int read_from_bdev(struct zram *zram, struct bio_vec *bvec, in read_from_bdev()
865 static int read_from_bdev(struct zram *zram, struct bio_vec *bvec, in read_from_bdev()
1256 struct bio_vec bvec; in __zram_bvec_read()
1311 static int zram_bvec_read(struct zram *zram, struct bio_vec *bvec, in zram_bvec_read()
1342 static int __zram_bvec_write(struct zram *zram, struct bio_vec *bvec, in __zram_bvec_write()
1469 static int zram_bvec_write(struct zram *zram, struct bio_vec *bvec, in zram_bvec_write()
1474 struct bio_vec vec; in zram_bvec_write()
1550 static int zram_bvec_rw(struct zram *zram, struct bio_vec *bvec, u32 index, in zram_bvec_rw()
1582 struct bio_vec bvec; in __zram_make_request()
1602 struct bio_vec bv = bvec; in __zram_make_request()
1664 struct bio_vec bv; in zram_rw_page()