Searched defs:bio (Results 1 - 25 of 268) sorted by relevance

1234567891011

/linux-master/block/
H A Dblk-ioprio.h23 static inline void blkcg_set_ioprio(struct bio *bio) argument
H A Dblk-cgroup-fc-appid.c51 char *blkcg_get_fc_appid(struct bio *bio) argument
H A Dblk-mq-sched.h31 static inline bool bio_mergeable(struct bio *bio) argument
37 blk_mq_sched_allow_merge(struct request_queue *q, struct request *rq, struct bio *bio) argument
[all...]
/linux-master/include/linux/
H A Dblk-cgroup.h42 static inline struct cgroup_subsys_state *bio_blkcg_css(struct bio *bio) argument
/linux-master/drivers/md/bcache/
H A Ddebug.h21 static inline void bch_data_verify(struct cached_dev *dc, struct bio *bio) {} argument
H A Dmovinggc.c19 struct bbio bio; member in struct:moving_io
48 struct bio *bio = &io->bio.bio; local
62 static void read_moving_endio(struct bio *bio) argument
80 struct bio *bio = &io->bio.bio; local
119 struct bio *bio = &io->bio.bio; local
130 struct bio *bio; local
[all...]
H A Drequest.h8 struct bio *bio; member in struct:data_insert_op
H A Dutil.c231 void bch_bio_map(struct bio *bio, void *base) argument
268 bch_bio_alloc_pages(struct bio *bio, gfp_t gfp_mask) argument
[all...]
H A Dio.c17 void bch_bbio_free(struct bio *bio, struct cache_set *c) argument
27 struct bio *bio = &b->bio; local
35 __bch_submit_bbio(struct bio *bio, struct cache_set *c) argument
46 bch_submit_bbio(struct bio *bio, struct cache_set *c, struct bkey *k, unsigned int ptr) argument
56 bch_count_backing_io_errors(struct cached_dev *dc, struct bio *bio) argument
137 bch_bbio_count_io_errors(struct cache_set *c, struct bio *bio, blk_status_t error, const char *m) argument
167 bch_bbio_endio(struct cache_set *c, struct bio *bio, blk_status_t error, const char *m) argument
[all...]
/linux-master/drivers/md/
H A Ddm-audit.h45 dm_audit_log_bio(const char *dm_msg_prefix, const char *op, struct bio *bio, sector_t sector, int result) argument
H A Ddm-bio-record.h33 static inline void dm_bio_record(struct dm_bio_details *bd, struct bio *bio) argument
45 dm_bio_restore(struct dm_bio_details *bd, struct bio *bio) argument
[all...]
H A Ddm-audit.c69 dm_audit_log_bio(const char *dm_msg_prefix, const char *op, struct bio *bio, sector_t sector, int result) argument
H A Ddm-zero.c38 static int zero_map(struct dm_target *ti, struct bio *bio) argument
H A Draid5-log.h104 static inline int log_handle_flush_request(struct r5conf *conf, struct bio *bio) argument
/linux-master/fs/xfs/
H A Dxfs_bio_io.c24 struct bio *bio; local
[all...]
/linux-master/fs/squashfs/
H A Ddecompressor_single.c62 static int squashfs_decompress(struct squashfs_sb_info *msblk, struct bio *bio, argument
H A Dzlib_wrapper.c52 zlib_uncompress(struct squashfs_sb_info *msblk, void *strm, struct bio *bio, int offset, int length, struct squashfs_page_actor *output) argument
H A Ddecompressor_multi_percpu.c77 static int squashfs_decompress(struct squashfs_sb_info *msblk, struct bio *bio, argument
H A Dzstd_wrapper.c61 zstd_uncompress(struct squashfs_sb_info *msblk, void *strm, struct bio *bio, int offset, int length, struct squashfs_page_actor *output) argument
H A Dlzo_wrapper.c65 lzo_uncompress(struct squashfs_sb_info *msblk, void *strm, struct bio *bio, int offset, int length, struct squashfs_page_actor *output) argument
H A Dlz4_wrapper.c91 lz4_uncompress(struct squashfs_sb_info *msblk, void *strm, struct bio *bio, int offset, int length, struct squashfs_page_actor *output) argument
H A Ddecompressor_multi.c182 static int squashfs_decompress(struct squashfs_sb_info *msblk, struct bio *bio, argument
/linux-master/drivers/scsi/
H A Dscsi_bsg.c17 struct bio *bio; local
/linux-master/drivers/nvdimm/
H A Dnd_virtio.c101 int async_pmem_flush(struct nd_region *nd_region, struct bio *bio) argument
[all...]
/linux-master/fs/bcachefs/
H A Dio_write.h96 static inline struct bch_write_bio *wbio_init(struct bio *bio) argument

Completed in 290 milliseconds

1234567891011