Lines Matching defs:bio_vec
63 static int zram_bvec_read(struct zram *zram, struct bio_vec *bvec,
95 static inline bool is_partial_io(struct bio_vec *bvec)
100 static inline bool is_partial_io(struct bio_vec *bvec)
130 static void update_position(u32 *index, int *offset, struct bio_vec *bvec)
541 static int read_from_bdev_async(struct zram *zram, struct bio_vec *bvec,
579 struct bio_vec bio_vec;
610 struct bio_vec bvec;
663 bio_init(&bio, &bio_vec, 1);
734 struct bio_vec bvec;
753 static int read_from_bdev_sync(struct zram *zram, struct bio_vec *bvec,
771 static int read_from_bdev_sync(struct zram *zram, struct bio_vec *bvec,
779 static int read_from_bdev(struct zram *zram, struct bio_vec *bvec,
790 static int read_from_bdev(struct zram *zram, struct bio_vec *bvec,
1250 struct bio_vec bvec;
1315 static int zram_bvec_read(struct zram *zram, struct bio_vec *bvec,
1348 static int __zram_bvec_write(struct zram *zram, struct bio_vec *bvec,
1467 static int zram_bvec_write(struct zram *zram, struct bio_vec *bvec,
1473 struct bio_vec vec;
1551 static int zram_bvec_rw(struct zram *zram, struct bio_vec *bvec, u32 index,
1583 struct bio_vec bvec;
1603 struct bio_vec bv = bvec;
1669 struct bio_vec bv;