/linux-4.4.14/include/linux/ |
D | bio.h | 51 #define bio_prio(bio) ((bio)->bi_rw >> BIO_PRIO_SHIFT) argument 52 #define bio_prio_valid(bio) ioprio_valid(bio_prio(bio)) argument 54 #define bio_set_prio(bio, prio) do { \ argument 83 #define bio_iter_iovec(bio, iter) \ argument 86 #define bio_iter_page(bio, iter) \ argument 88 #define bio_iter_len(bio, iter) \ argument 90 #define bio_iter_offset(bio, iter) \ argument 93 #define bio_page(bio) bio_iter_page((bio), (bio)->bi_iter) argument 94 #define bio_offset(bio) bio_iter_offset((bio), (bio)->bi_iter) argument 95 #define bio_iovec(bio) bio_iter_iovec((bio), (bio)->bi_iter) argument [all …]
|
D | blk_types.h | 46 struct bio { struct 47 struct bio *bi_next; /* request queue link */ argument 64 * sizes of the first and last mergeable segments in this bio. argument 71 bio_end_io_t *bi_end_io; argument 76 * Optional ioc and css associated with this bio. Put on bio argument 84 struct bio_integrity_payload *bi_integrity; /* data integrity */ argument 88 unsigned short bi_vcnt; /* how many bio_vec's */ argument 98 struct bio_vec *bi_io_vec; /* the actual vec list */ argument 100 struct bio_set *bi_pool; argument 103 * We can inline a number of vecs at the end of the bio, to avoid argument [all …]
|
D | blk-cgroup.h | 231 static inline struct blkcg *bio_blkcg(struct bio *bio) in bio_blkcg() 426 struct bio *bio) in blk_get_rl() 690 struct bio *bio) { return false; } in blk_throtl_bio() 694 struct bio *bio) in blkcg_bio_issue_check() 763 static inline struct blkcg *bio_blkcg(struct bio *bio) { return NULL; } in bio_blkcg() 773 struct bio *bio) { return &q->root_rl; } in blk_get_rl() 779 struct bio *bio) { return true; } in blkcg_bio_issue_check()
|
D | writeback.h | 258 static inline void wbc_init_bio(struct writeback_control *wbc, struct bio *bio) in wbc_init_bio() 296 static inline void wbc_init_bio(struct writeback_control *wbc, struct bio *bio) in wbc_init_bio()
|
D | dm-io.h | 44 struct bio *bio; member
|
D | pktcdvd.h | 145 struct bio *bio; member 150 struct bio *bio; /* Original read request bio */ member
|
D | blkdev.h | 108 struct bio *bio; member 719 static inline void blk_queue_bounce(struct request_queue *q, struct bio **bio) in blk_queue_bounce() 735 struct bio *bio; member 906 struct bio *bio; in blk_rq_count_bios() local 1404 static inline bool req_gap_back_merge(struct request *req, struct bio *bio) in req_gap_back_merge() 1409 static inline bool req_gap_front_merge(struct request *req, struct bio *bio) in req_gap_front_merge() 1547 struct bio *bio) in integrity_req_gap_front_merge() 1624 struct bio *bio) in integrity_req_gap_front_merge()
|
D | device-mapper.h | 299 static inline void *dm_per_bio_data(struct bio *bio, size_t data_size) in dm_per_bio_data() 309 static inline unsigned dm_bio_get_target_bio_nr(const struct bio *bio) in dm_bio_get_target_bio_nr()
|
D | lightnvm.h | 155 struct bio *bio; member
|
D | fs.h | 2390 #define bio_rw(bio) ((bio)->bi_rw & (RW_MASK | RWA_MASK)) argument 2395 #define bio_data_dir(bio) ((bio)->bi_rw & 1) argument
|
/linux-4.4.14/block/ |
D | bio.c | 237 static void __bio_free(struct bio *bio) in __bio_free() 245 static void bio_free(struct bio *bio) in bio_free() 269 void bio_init(struct bio *bio) in bio_init() 287 void bio_reset(struct bio *bio) in bio_reset() 299 static void bio_chain_endio(struct bio *bio) in bio_chain_endio() 312 static inline void bio_inc_remaining(struct bio *bio) in bio_inc_remaining() 330 void bio_chain(struct bio *bio, struct bio *parent) in bio_chain() 343 struct bio *bio; in bio_alloc_rescue() local 360 struct bio *bio; in punt_bios_to_rescuer() local 430 struct bio *bio; in bio_alloc_bioset() local [all …]
|
D | bio-integrity.c | 50 struct bio_integrity_payload *bio_integrity_alloc(struct bio *bio, in bio_integrity_alloc() 103 void bio_integrity_free(struct bio *bio) in bio_integrity_free() 135 int bio_integrity_add_page(struct bio *bio, struct page *page, in bio_integrity_add_page() 171 bool bio_integrity_enabled(struct bio *bio) in bio_integrity_enabled() 224 static int bio_integrity_process(struct bio *bio, in bio_integrity_process() 269 int bio_integrity_prep(struct bio *bio) in bio_integrity_prep() 366 struct bio *bio = bip->bip_bio; in bio_integrity_verify_fn() local 388 void bio_integrity_endio(struct bio *bio) in bio_integrity_endio() 419 void bio_integrity_advance(struct bio *bio, unsigned int bytes_done) in bio_integrity_advance() 440 void bio_integrity_trim(struct bio *bio, unsigned int offset, in bio_integrity_trim() [all …]
|
D | blk-merge.c | 13 struct bio *bio, in blk_bio_discard_split() 56 struct bio *bio, in blk_bio_write_same_split() 72 struct bio *bio) in get_max_io_size() 84 struct bio *bio, in blk_bio_segment_split() 167 void blk_queue_split(struct request_queue *q, struct bio **bio, in blk_queue_split() 197 struct bio *bio, in __blk_recalc_rq_segments() 275 void blk_recount_segments(struct request_queue *q, struct bio *bio) in blk_recount_segments() 300 static int blk_phys_contig_segment(struct request_queue *q, struct bio *bio, in blk_phys_contig_segment() 378 static int __blk_bios_map_sg(struct request_queue *q, struct bio *bio, in __blk_bios_map_sg() 471 struct bio *bio) in ll_new_hw_segment() [all …]
|
D | bounce.c | 126 static void bounce_end_io(struct bio *bio, mempool_t *pool) in bounce_end_io() 151 static void bounce_end_io_write(struct bio *bio) in bounce_end_io_write() 156 static void bounce_end_io_write_isa(struct bio *bio) in bounce_end_io_write_isa() 162 static void __bounce_end_io_read(struct bio *bio, mempool_t *pool) in __bounce_end_io_read() 172 static void bounce_end_io_read(struct bio *bio) in bounce_end_io_read() 177 static void bounce_end_io_read_isa(struct bio *bio) in bounce_end_io_read_isa() 185 struct bio *bio; in __blk_queue_bounce() local
|
D | blk-map.c | 31 struct bio *bio) in blk_rq_append_bio() 46 static int __blk_rq_unmap_user(struct bio *bio) in __blk_rq_unmap_user() 85 struct bio *bio; in blk_rq_map_user_iov() local 167 int blk_rq_unmap_user(struct bio *bio) in blk_rq_unmap_user() 209 struct bio *bio; in blk_rq_map_kern() local
|
D | blk-core.c | 142 static void req_bio_endio(struct request *rq, struct bio *bio, in req_bio_endio() 1015 static bool blk_rq_should_init_elevator(struct bio *bio) in blk_rq_should_init_elevator() 1037 static struct io_context *rq_ioc(struct bio *bio) in rq_ioc() 1061 struct bio *bio, gfp_t gfp_mask) in __get_request() 1233 struct bio *bio, gfp_t gfp_mask) in get_request() 1332 struct request *blk_make_request(struct request_queue *q, struct bio *bio, in blk_make_request() 1528 struct bio *bio = rq->bio; in blk_add_request_payload() local 1544 struct bio *bio) in bio_attempt_back_merge() 1566 struct bio *bio) in bio_attempt_front_merge() 1611 bool blk_attempt_plug_merge(struct request_queue *q, struct bio *bio, in blk_attempt_plug_merge() [all …]
|
D | blk-lib.c | 18 static void bio_batch_end_io(struct bio *bio) in bio_batch_end_io() 49 struct bio *bio; in blkdev_issue_discard() local 152 struct bio *bio; in blkdev_issue_write_same() local 219 struct bio *bio; in __blkdev_issue_zeroout() local
|
D | blk-throttle.c | 250 static void throtl_qnode_add_bio(struct bio *bio, struct throtl_qnode *qn, in throtl_qnode_add_bio() 267 struct bio *bio; in throtl_peek_queued() local 295 struct bio *bio; in throtl_pop_queued() local 668 static bool tg_with_in_iops_limit(struct throtl_grp *tg, struct bio *bio, in tg_with_in_iops_limit() 718 static bool tg_with_in_bps_limit(struct throtl_grp *tg, struct bio *bio, in tg_with_in_bps_limit() 764 static bool tg_may_dispatch(struct throtl_grp *tg, struct bio *bio, in tg_may_dispatch() 816 static void throtl_charge_bio(struct throtl_grp *tg, struct bio *bio) in throtl_charge_bio() 843 static void throtl_add_bio_tg(struct bio *bio, struct throtl_qnode *qn, in throtl_add_bio_tg() 871 struct bio *bio; in tg_update_disptime() local 907 struct bio *bio; in tg_dispatch_one_bio() local [all …]
|
D | blk-integrity.c | 41 int blk_rq_count_integrity_sg(struct request_queue *q, struct bio *bio) in blk_rq_count_integrity_sg() 86 int blk_rq_map_integrity_sg(struct request_queue *q, struct bio *bio, in blk_rq_map_integrity_sg() 211 struct bio *bio) in blk_integrity_merge_bio()
|
D | elevator.c | 56 static int elv_iosched_allow_merge(struct request *rq, struct bio *bio) in elv_iosched_allow_merge() 70 bool elv_rq_merge_ok(struct request *rq, struct bio *bio) in elv_rq_merge_ok() 411 int elv_merge(struct request_queue *q, struct request **req, struct bio *bio) in elv_merge() 530 struct bio *bio) in elv_bio_merged() 703 struct bio *bio, gfp_t gfp_mask) in elv_set_request()
|
D | scsi_ioctl.c | 252 struct bio *bio) in blk_complete_sghdr_rq() 295 struct bio *bio; in sg_io() local
|
D | blk-mq.c | 651 struct blk_mq_ctx *ctx, struct bio *bio) in blk_mq_attempt_merge() 1115 static void blk_mq_bio_to_request(struct request *rq, struct bio *bio) in blk_mq_bio_to_request() 1131 struct request *rq, struct bio *bio) in blk_mq_merge_queue_io() 1161 struct bio *bio, in blk_mq_map_request() 1242 static blk_qc_t blk_mq_make_request(struct request_queue *q, struct bio *bio) in blk_mq_make_request() 1339 static blk_qc_t blk_sq_make_request(struct request_queue *q, struct bio *bio) in blk_sq_make_request()
|
D | bsg.c | 84 struct bio *bio; member 394 struct bio *bio, struct bio *bidi_bio) in blk_complete_sgv4_hdr_rq() 908 struct bio *bio, *bidi_bio = NULL; in bsg_ioctl() local
|
D | blk-flush.c | 466 struct bio *bio; in blkdev_issue_flush() local
|
D | cfq-iosched.c | 899 static inline bool cfq_bio_sync(struct bio *bio) in cfq_bio_sync() 2459 cfq_find_rq_fmerge(struct cfq_data *cfqd, struct bio *bio) in cfq_find_rq_fmerge() 2516 struct bio *bio) in cfq_merge() 2541 struct bio *bio) in cfq_bio_merged() 2580 struct bio *bio) in cfq_allow_merge() 3670 static void check_ioprio_changed(struct cfq_io_cq *cic, struct bio *bio) in check_ioprio_changed() 3718 static void check_blkcg_changed(struct cfq_io_cq *cic, struct bio *bio) in check_blkcg_changed() 3756 static inline void check_blkcg_changed(struct cfq_io_cq *cic, struct bio *bio) { } in check_blkcg_changed() 3779 struct bio *bio) in cfq_get_queue() 4350 cfq_set_request(struct request_queue *q, struct request *rq, struct bio *bio, in cfq_set_request()
|
D | deadline-iosched.c | 125 deadline_merge(struct request_queue *q, struct request **req, struct bio *bio) in deadline_merge()
|
/linux-4.4.14/drivers/md/bcache/ |
D | request.c | 29 static unsigned cache_mode(struct cached_dev *dc, struct bio *bio) in cache_mode() 34 static bool verify(struct cached_dev *dc, struct bio *bio) in verify() 39 static void bio_csum(struct bio *bio, struct bkey *k) in bio_csum() 121 struct bio *bio = op->bio; in bch_data_invalidate() local 176 static void bch_data_insert_endio(struct bio *bio) in bch_data_insert_endio() 197 struct bio *bio = op->bio, *n; in bch_data_insert_start() local 371 static bool check_should_bypass(struct cached_dev *dc, struct bio *bio) in check_should_bypass() 464 struct bbio bio; member 480 static void bch_cache_read_endio(struct bio *bio) in bch_cache_read_endio() 511 struct bio *n, *bio = &s->bio.bio; in cache_lookup_fn() local [all …]
|
D | io.c | 16 void bch_bbio_free(struct bio *bio, struct cache_set *c) in bch_bbio_free() 25 struct bio *bio = &b->bio; in bch_bbio_alloc() local 35 void __bch_submit_bbio(struct bio *bio, struct cache_set *c) in __bch_submit_bbio() 46 void bch_submit_bbio(struct bio *bio, struct cache_set *c, in bch_submit_bbio() 108 void bch_bbio_count_io_errors(struct cache_set *c, struct bio *bio, in bch_bbio_count_io_errors() 137 void bch_bbio_endio(struct cache_set *c, struct bio *bio, in bch_bbio_endio()
|
D | movinggc.c | 18 struct bbio bio; member 46 struct bio *bio = &io->bio.bio; in write_moving_finish() local 63 static void read_moving_endio(struct bio *bio) in read_moving_endio() 81 struct bio *bio = &io->bio.bio; in moving_init() local 122 struct bio *bio = &io->bio.bio; in read_moving_submit() local 133 struct bio *bio; in read_moving() local
|
D | journal.c | 27 static void journal_read_endio(struct bio *bio) in journal_read_endio() 37 struct bio *bio = &ja->bio; in journal_read_bucket() local 404 static void journal_discard_endio(struct bio *bio) in journal_discard_endio() 427 struct bio *bio = &ja->discard_bio; in do_journal_discard() local 550 static void journal_write_endio(struct bio *bio) in journal_write_endio() 589 struct bio *bio; in journal_write_unlocked() local
|
D | writeback.c | 102 struct bio bio; member 108 struct bio *bio = &io->bio; in dirty_init() local 169 static void dirty_endio(struct bio *bio) in dirty_endio() 196 static void read_dirty_endio(struct bio *bio) in read_dirty_endio()
|
D | super.c | 201 static void write_bdev_super_endio(struct bio *bio) in write_bdev_super_endio() 209 static void __write_super(struct cache_sb *sb, struct bio *bio) in __write_super() 254 struct bio *bio = &dc->sb_bio; in bch_write_bdev_super() local 270 static void write_super_endio(struct bio *bio) in write_super_endio() 297 struct bio *bio = &ca->sb_bio; in bcache_write_super() local 319 static void uuid_endio(struct bio *bio) in uuid_endio() 349 struct bio *bio = bch_bbio_alloc(c); in uuid_io() local 492 static void prio_endio(struct bio *bio) in prio_endio() 504 struct bio *bio = bch_bbio_alloc(ca->set); in prio_io() local
|
D | debug.c | 34 struct bio *bio; in bch_btree_verify() local 105 void bch_data_verify(struct cached_dev *dc, struct bio *bio) in bch_data_verify()
|
D | debug.h | 20 static inline void bch_data_verify(struct cached_dev *dc, struct bio *bio) {} in bch_data_verify()
|
D | writeback.h | 42 static inline bool should_writeback(struct cached_dev *dc, struct bio *bio, in should_writeback()
|
D | request.h | 7 struct bio *bio; member
|
D | util.c | 225 void bch_bio_map(struct bio *bio, void *base) in bch_bio_map()
|
D | journal.h | 152 struct bio bio; member
|
D | btree.h | 146 struct bio *bio; member
|
D | btree.c | 281 static void btree_node_read_endio(struct bio *bio) in btree_node_read_endio() 291 struct bio *bio; in bch_btree_node_read() local 374 static void btree_node_write_endio(struct bio *bio) in btree_node_write_endio()
|
D | util.h | 574 #define closure_bio_submit(bio, cl) \ argument
|
D | bcache.h | 677 struct bio bio; member
|
/linux-4.4.14/drivers/md/ |
D | dm-thin.c | 342 struct bio *bio; in __blkdev_issue_discard_async() local 409 static int bio_detain(struct pool *pool, struct dm_cell_key *key, struct bio *bio, in bio_detain() 558 struct bio *bio; in error_bio_list() local 635 static dm_block_t get_bio_block(struct thin_c *tc, struct bio *bio) in get_bio_block() 651 static void get_bio_block_range(struct thin_c *tc, struct bio *bio, in get_bio_block_range() 676 static void remap(struct thin_c *tc, struct bio *bio, dm_block_t block) in remap() 691 static void remap_to_origin(struct thin_c *tc, struct bio *bio) in remap_to_origin() 696 static int bio_triggers_commit(struct thin_c *tc, struct bio *bio) in bio_triggers_commit() 702 static void inc_all_io_entry(struct pool *pool, struct bio *bio) in inc_all_io_entry() 713 static void issue(struct thin_c *tc, struct bio *bio) in issue() [all …]
|
D | dm-raid1.c | 121 static void queue_bio(struct mirror_set *ms, struct bio *bio, int rw) in queue_bio() 140 struct bio *bio; in dispatch_bios() local 163 static struct mirror *bio_get_m(struct bio *bio) in bio_get_m() 168 static void bio_set_m(struct bio *bio, struct mirror *m) in bio_set_m() 443 static int mirror_available(struct mirror_set *ms, struct bio *bio) in mirror_available() 457 static sector_t map_sector(struct mirror *m, struct bio *bio) in map_sector() 464 static void map_bio(struct mirror *m, struct bio *bio) in map_bio() 471 struct bio *bio) in map_region() 478 static void hold_bio(struct mirror_set *ms, struct bio *bio) in hold_bio() 513 struct bio *bio = context; in read_callback() local [all …]
|
D | raid1.c | 61 #define BIO_SPECIAL(bio) ((unsigned long)bio <= 2) argument 101 struct bio *bio; in r1buf_pool_alloc() local 186 struct bio **bio = r1_bio->bios + i; in put_all_bios() local 207 struct bio *bio = r1_bio->bios[i]; in put_buf() local 239 struct bio *bio = r1_bio->master_bio; in call_bio_endio() local 274 struct bio *bio = r1_bio->master_bio; in raid_end_bio_io() local 302 static int find_bio_disk(struct r1bio *r1_bio, struct bio *bio) in find_bio_disk() 318 static void raid1_end_read_request(struct bio *bio) in raid1_end_read_request() 403 static void raid1_end_write_request(struct bio *bio) in raid1_end_write_request() 750 struct bio *bio; in flush_pending_writes() local [all …]
|
D | dm-cache-target.c | 124 static void dm_hook_bio(struct dm_hook_info *h, struct bio *bio, in dm_hook_bio() 134 static void dm_unhook_bio(struct dm_hook_info *h, struct bio *bio) in dm_unhook_bio() 529 struct bio *bio, struct dm_bio_prison_cell *cell_prealloc, in bio_detain_range() 545 struct bio *bio, struct dm_bio_prison_cell *cell_prealloc, in bio_detain() 742 static struct per_bio_data *get_per_bio_data(struct bio *bio, size_t data_size) in get_per_bio_data() 749 static struct per_bio_data *init_per_bio_data(struct bio *bio, size_t data_size) in init_per_bio_data() 764 static void remap_to_origin(struct cache *cache, struct bio *bio) in remap_to_origin() 769 static void remap_to_cache(struct cache *cache, struct bio *bio, in remap_to_cache() 786 static void check_if_tick_bio_needed(struct cache *cache, struct bio *bio) in check_if_tick_bio_needed() 801 static void remap_to_origin_clear_discard(struct cache *cache, struct bio *bio, in remap_to_origin_clear_discard() [all …]
|
D | dm-bio-record.h | 26 static inline void dm_bio_record(struct dm_bio_details *bd, struct bio *bio) in dm_bio_record() 33 static inline void dm_bio_restore(struct dm_bio_details *bd, struct bio *bio) in dm_bio_restore()
|
D | dm-flakey.c | 18 #define all_corrupt_bio_flags_match(bio, fc) \ argument 247 static void flakey_map_bio(struct dm_target *ti, struct bio *bio) in flakey_map_bio() 257 static void corrupt_bio_data(struct bio *bio, struct flakey_c *fc) in corrupt_bio_data() 276 static int flakey_map(struct dm_target *ti, struct bio *bio) in flakey_map() 326 static int flakey_end_io(struct dm_target *ti, struct bio *bio, int error) in flakey_end_io()
|
D | raid10.c | 91 #define BIO_SPECIAL(bio) ((unsigned long)bio <= 2) argument 143 struct bio *bio; in r10buf_pool_alloc() local 226 struct bio *bio = r10bio->devs[j].bio; in r10buf_pool_free() local 246 struct bio **bio = & r10_bio->devs[i].bio; in put_all_bios() local 298 struct bio *bio = r10_bio->master_bio; in raid_end_bio_io() local 338 struct bio *bio, int *slotp, int *replp) in find_bio_disk() 362 static void raid10_end_read_request(struct bio *bio) in raid10_end_read_request() 442 static void raid10_end_write_request(struct bio *bio) in raid10_end_write_request() 856 struct bio *bio; in flush_pending_writes() local 1023 struct bio *bio; in raid10_unplug() local [all …]
|
D | multipath.c | 77 struct bio *bio = mp_bh->master_bio; in multipath_end_bh_io() local 85 static void multipath_end_request(struct bio *bio) in multipath_end_request() 108 static void multipath_make_request(struct mddev *mddev, struct bio * bio) in multipath_make_request() 325 struct bio *bio; in multipathd() local
|
D | dm-snap.c | 225 static void init_tracked_chunk(struct bio *bio) in init_tracked_chunk() 231 static bool is_bio_tracked(struct bio *bio) in is_bio_tracked() 237 static void track_chunk(struct dm_snapshot *s, struct bio *bio, chunk_t chunk) in track_chunk() 249 static void stop_tracking_chunk(struct dm_snapshot *s, struct bio *bio) in stop_tracking_chunk() 1385 static void flush_bios(struct bio *bio) in flush_bios() 1402 static void retry_origin_bios(struct dm_snapshot *s, struct bio *bio) in retry_origin_bios() 1420 static void error_bios(struct bio *bio) in error_bios() 1592 static void full_bio_end_io(struct bio *bio) in full_bio_end_io() 1600 struct bio *bio) in start_full_bio() 1668 struct bio *bio, chunk_t chunk) in remap_exception() [all …]
|
D | dm-delay.c | 64 static void flush_bios(struct bio *bio) in flush_bios() 86 struct bio *bio = dm_bio_from_per_bio_data(delayed, in flush_delayed_bios() local 235 static int delay_bio(struct delay_c *dc, int delay, struct bio *bio) in delay_bio() 280 static int delay_map(struct dm_target *ti, struct bio *bio) in delay_map()
|
D | dm-log-writes.c | 149 static void log_end_io(struct bio *bio) in log_end_io() 193 struct bio *bio; in write_metadata() local 242 struct bio *bio; in log_one_block() local 539 static void normal_map_bio(struct dm_target *ti, struct bio *bio) in normal_map_bio() 546 static int log_writes_map(struct dm_target *ti, struct bio *bio) in log_writes_map() 668 static int normal_end_io(struct dm_target *ti, struct bio *bio, int error) in normal_end_io()
|
D | dm-io.c | 89 static void store_io_and_region_in_bio(struct bio *bio, struct io *io, in store_io_and_region_in_bio() 100 static void retrieve_io_and_region_from_bio(struct bio *bio, struct io **io, in retrieve_io_and_region_from_bio() 136 static void endio(struct bio *bio) in endio() 220 static void bio_dp_init(struct dpages *dp, struct bio *bio) in bio_dp_init() 284 struct bio *bio; in do_region() local
|
D | dm-linear.c | 85 static void linear_map_bio(struct dm_target *ti, struct bio *bio) in linear_map_bio() 95 static int linear_map(struct dm_target *ti, struct bio *bio) in linear_map()
|
D | dm-stripe.c | 261 static int stripe_map_range(struct stripe_c *sc, struct bio *bio, in stripe_map_range() 283 static int stripe_map(struct dm_target *ti, struct bio *bio) in stripe_map() 354 static int stripe_end_io(struct dm_target *ti, struct bio *bio, int error) in stripe_end_io()
|
D | dm-zero.c | 36 static int zero_map(struct dm_target *ti, struct bio *bio) in zero_map()
|
D | dm-region-hash.c | 127 region_t dm_rh_bio_to_region(struct dm_region_hash *rh, struct bio *bio) in dm_rh_bio_to_region() 393 void dm_rh_mark_nosync(struct dm_region_hash *rh, struct bio *bio) in dm_rh_mark_nosync() 526 struct bio *bio; in dm_rh_inc_pending() local 688 void dm_rh_delay(struct dm_region_hash *rh, struct bio *bio) in dm_rh_delay()
|
D | dm.c | 73 struct bio *bio; member 676 struct bio *bio = io->bio; in start_io_acct() local 696 struct bio *bio = io->bio; in end_io_acct() local 723 static void queue_io(struct mapped_device *md, struct bio *bio) in queue_io() 934 struct bio *bio; in dec_pending() local 991 static void clone_endio(struct bio *bio) in clone_endio() 1033 struct bio *bio = info->orig; in end_clone_bio() local 1458 void dm_accept_partial_bio(struct bio *bio, unsigned n_sectors) in dm_accept_partial_bio() 1509 struct bio *bio; member 1515 static void bio_setup_sector(struct bio *bio, sector_t sector, unsigned len) in bio_setup_sector() [all …]
|
D | faulty.c | 73 static void faulty_fail(struct bio *bio) in faulty_fail() 173 static void make_request(struct mddev *mddev, struct bio *bio) in make_request()
|
D | multipath.h | 27 struct bio bio; member
|
D | dm-verity.c | 350 struct bio *bio = dm_bio_from_per_bio_data(io, in verity_verify_io() local 453 struct bio *bio = dm_bio_from_per_bio_data(io, v->ti->per_bio_data_size); in verity_finish_io() local 469 static void verity_end_io(struct bio *bio) in verity_end_io() 543 static int verity_map(struct dm_target *ti, struct bio *bio) in verity_map()
|
D | raid0.c | 442 unsigned int chunk_sects, struct bio *bio) in is_io_in_chunk_boundary() 455 static void raid0_make_request(struct mddev *mddev, struct bio *bio) in raid0_make_request()
|
D | raid5-cache.c | 209 static void r5l_log_endio(struct bio *bio) in r5l_log_endio() 258 struct bio *bio = bio_kmalloc(GFP_NOIO | __GFP_NOFAIL, BIO_MAX_PAGES); in r5l_bio_alloc() local 501 int r5l_handle_flush_request(struct r5l_log *log, struct bio *bio) in r5l_handle_flush_request() 596 static void r5l_log_flush_endio(struct bio *bio) in r5l_log_flush_endio()
|
D | dm-target.c | 129 static int io_err_map(struct dm_target *tt, struct bio *bio) in io_err_map()
|
D | linear.c | 217 static void linear_make_request(struct mddev *mddev, struct bio *bio) in linear_make_request()
|
D | dm-cache-policy-internal.h | 20 struct bio *bio, struct policy_locker *locker, in policy_map()
|
D | dm-era-target.c | 1183 static dm_block_t get_block(struct era *era, struct bio *bio) in get_block() 1195 static void remap_to_origin(struct era *era, struct bio *bio) in remap_to_origin() 1229 struct bio *bio; in process_deferred_bios() local 1318 static void defer_bio(struct era *era, struct bio *bio) in defer_bio() 1530 static int era_map(struct dm_target *ti, struct bio *bio) in era_map()
|
D | dm-bufio.c | 150 struct bio bio; member 585 static void inline_endio(struct bio *bio) in inline_endio() 669 static void write_endio(struct bio *bio) in write_endio() 1035 static void read_endio(struct bio *bio) in read_endio()
|
D | raid5.c | 138 static inline struct bio *r5_next_bio(struct bio *bio, sector_t sector) in r5_next_bio() 151 static inline int raid5_bi_processed_stripes(struct bio *bio) in raid5_bi_processed_stripes() 157 static inline int raid5_dec_bi_active_stripes(struct bio *bio) in raid5_dec_bi_active_stripes() 163 static inline void raid5_inc_bi_active_stripes(struct bio *bio) in raid5_inc_bi_active_stripes() 169 static inline void raid5_set_bi_processed_stripes(struct bio *bio, in raid5_set_bi_processed_stripes() 181 static inline void raid5_set_bi_stripes(struct bio *bio, unsigned int cnt) in raid5_set_bi_stripes() 1108 async_copy_data(int frombio, struct bio *bio, struct page **page, in async_copy_data() 4693 static int in_chunk_boundary(struct mddev *mddev, struct bio *bio) in in_chunk_boundary() 5858 struct bio *bio; in raid5d() local
|
D | dm-cache-policy-mq.c | 74 static void iot_update_stats(struct io_tracker *t, struct bio *bio) in iot_update_stats() 113 static void iot_examine_bio(struct io_tracker *t, struct bio *bio) in iot_examine_bio() 1029 struct bio *bio, struct policy_locker *locker, in mq_map()
|
D | dm-cache-policy-smq.c | 1140 …atic enum promote_result should_promote(struct smq_policy *mq, struct entry *hs_e, struct bio *bio, in should_promote() 1190 static struct entry *update_hotspot_queue(struct smq_policy *mq, dm_oblock_t b, struct bio *bio) in update_hotspot_queue() 1232 static int map(struct smq_policy *mq, struct bio *bio, dm_oblock_t oblock, in map() 1295 struct bio *bio, struct policy_locker *locker, in smq_map()
|
D | raid10.h | 125 struct bio *bio; member
|
D | md.c | 179 struct bio *bio_clone_mddev(struct bio *bio, gfp_t gfp_mask, in bio_clone_mddev() 253 static blk_qc_t md_make_request(struct request_queue *q, struct bio *bio) in md_make_request() 366 static void md_end_flush(struct bio *bio) in md_end_flush() 418 struct bio *bio = mddev->flush_bio; in md_submit_flush_data() local 432 void md_flush_request(struct mddev *mddev, struct bio *bio) in md_flush_request() 720 static void super_written(struct bio *bio) in super_written() 744 struct bio *bio = bio_alloc_mddev(GFP_NOIO, 1, mddev); in md_super_write() local 765 struct bio *bio = bio_alloc_mddev(GFP_NOIO, 1, rdev->mddev); in sync_page_io() local
|
D | dm-switch.c | 319 static int switch_map(struct dm_target *ti, struct bio *bio) in switch_map()
|
D | dm-bio-prison.c | 234 struct bio *bio; in dm_cell_error() local
|
D | dm-cache-policy-cleaner.c | 174 struct bio *bio, struct policy_locker *locker, in wb_map()
|
D | dm-crypt.c | 1050 struct bio *bio, sector_t sector) in crypt_io_init() 1905 static int crypt_map(struct dm_target *ti, struct bio *bio) in crypt_map()
|
D | dm-raid.c | 1328 static int raid_map(struct dm_target *ti, struct bio *bio) in raid_map()
|
/linux-4.4.14/mm/ |
D | page_io.c | 30 struct bio *bio; in get_swap_bio() local 44 void end_swap_bio_write(struct bio *bio) in end_swap_bio_write() 69 static void end_swap_bio_read(struct bio *bio) in end_swap_bio_read() 255 struct bio *bio; in __swap_writepage() local 326 struct bio *bio; in swap_readpage() local
|
/linux-4.4.14/fs/ |
D | mpage.c | 45 static void mpage_end_io(struct bio *bio) in mpage_end_io() 58 static struct bio *mpage_bio_submit(int rw, struct bio *bio) in mpage_bio_submit() 71 struct bio *bio; in mpage_alloc() local 140 do_mpage_readpage(struct bio *bio, struct page *page, unsigned nr_pages, in do_mpage_readpage() 359 struct bio *bio = NULL; in mpage_readpages() local 396 struct bio *bio = NULL; in mpage_readpage() local 430 struct bio *bio; member 469 struct bio *bio = mpd->bio; in __mpage_writepage() local
|
D | direct-io.c | 62 struct bio *bio; /* bio under assembly */ member 291 static void dio_bio_end_aio(struct bio *bio) in dio_bio_end_aio() 324 static void dio_bio_end_io(struct bio *bio) in dio_bio_end_io() 346 void dio_end_io(struct bio *bio, int error) in dio_end_io() 362 struct bio *bio; in dio_bio_alloc() local 390 struct bio *bio = sdio->bio; in dio_bio_submit() local 434 struct bio *bio = NULL; in dio_await_one() local 465 static int dio_bio_complete(struct dio *dio, struct bio *bio) in dio_bio_complete() 501 struct bio *bio; in dio_await_completion() local 523 struct bio *bio; in dio_bio_reap() local
|
D | buffer.c | 2940 static void end_bio_bh_io_sync(struct bio *bio) in end_bio_bh_io_sync() 2963 void guard_bio_eod(int rw, struct bio *bio) in guard_bio_eod() 3002 struct bio *bio; in submit_bh_wbc() local
|
/linux-4.4.14/fs/ext4/ |
D | readpage.c | 58 struct bio *bio = ctx->r.bio; in completion_pages() local 80 static inline bool ext4_bio_encrypted(struct bio *bio) in ext4_bio_encrypted() 101 static void mpage_end_io(struct bio *bio) in mpage_end_io() 137 struct bio *bio = NULL; in ext4_mpage_readpages() local
|
D | page-io.c | 61 static void ext4_finish_bio(struct bio *bio) in ext4_finish_bio() 126 struct bio *bio, *next_bio; in ext4_release_io_end() local 312 static void ext4_end_bio(struct bio *bio) in ext4_end_bio() 354 struct bio *bio = io->io_bio; in ext4_io_submit() local 377 struct bio *bio; in io_submit_init_bio() local
|
D | crypto.c | 391 struct bio *bio; in ext4_encrypted_zeroout() local
|
D | ext4_crypto.h | 95 struct bio *bio; member
|
D | ext4.h | 182 struct bio *bio; /* Linked list of completed member
|
/linux-4.4.14/drivers/block/rsxx/ |
D | dev.c | 59 struct bio *bio; member 113 static void disk_stats_start(struct rsxx_cardinfo *card, struct bio *bio) in disk_stats_start() 120 struct bio *bio, in disk_stats_complete() 148 static blk_qc_t rsxx_make_request(struct request_queue *q, struct bio *bio) in rsxx_make_request()
|
D | dma.c | 681 struct bio *bio, in rsxx_dma_queue_bio()
|
/linux-4.4.14/fs/btrfs/ |
D | raid56.c | 889 static void raid_write_end_io(struct bio *bio) in raid_write_end_io() 1065 struct bio *bio; in rbio_add_io_page() local 1147 struct bio *bio; in index_rbio_pages() local 1187 struct bio *bio; in finish_rmw() local 1340 struct bio *bio) in find_bio_stripe() 1367 struct bio *bio) in find_logical_bio_stripe() 1421 struct bio *bio) in fail_bio_stripe() 1435 static void set_bio_pages_uptodate(struct bio *bio) in set_bio_pages_uptodate() 1454 static void raid_rmw_end_io(struct bio *bio) in raid_rmw_end_io() 1514 struct bio *bio; in raid56_rmw_stripe() local [all …]
|
D | file-item.c | 156 static void btrfs_io_bio_endio_readpage(struct btrfs_io_bio *bio, int err) in btrfs_io_bio_endio_readpage() 162 struct inode *inode, struct bio *bio, in __btrfs_lookup_bio_sums() 296 struct bio *bio, u32 *dst) in btrfs_lookup_bio_sums() 302 struct bio *bio, u64 offset) in btrfs_lookup_bio_sums_dio() 427 struct bio *bio, u64 file_start, int contig) in btrfs_csum_one_bio()
|
D | extent_io.c | 120 struct bio *bio; member 2098 struct bio *bio; in repair_io_failure() local 2426 struct bio *bio; in btrfs_create_repair_bio() local 2472 struct bio *bio; in bio_readpage_error() local 2552 static void end_bio_extent_writepage(struct bio *bio) in end_bio_extent_writepage() 2614 static void end_bio_extent_readpage(struct bio *bio) in end_bio_extent_readpage() 2756 struct bio *bio; in btrfs_bio_alloc() local 2778 struct bio *btrfs_bio_clone(struct bio *bio, gfp_t gfp_mask) in btrfs_bio_clone() 2803 struct bio *bio; in btrfs_io_bio_alloc() local 2816 static int __must_check submit_one_bio(int rw, struct bio *bio, in submit_one_bio() [all …]
|
D | disk-io.c | 80 struct bio *bio; member 117 struct bio *bio; member 705 static void end_workqueue_bio(struct bio *bio) in end_workqueue_bio() 750 int btrfs_bio_wq_end_io(struct btrfs_fs_info *info, struct bio *bio, in btrfs_bio_wq_end_io() 832 int rw, struct bio *bio, int mirror_num, in btrfs_wq_submit_bio() 875 static int btree_csum_one_bio(struct bio *bio) in btree_csum_one_bio() 892 struct bio *bio, int mirror_num, in __btree_submit_bio_start() 903 static int __btree_submit_bio_done(struct inode *inode, int rw, struct bio *bio, in __btree_submit_bio_done() 932 static int btree_submit_bio_hook(struct inode *inode, int rw, struct bio *bio, in btree_submit_bio_hook() 1761 struct bio *bio; in end_workqueue_fn() local [all …]
|
D | compression.c | 152 static void end_compressed_bio_read(struct bio *bio) in end_compressed_bio_read() 266 static void end_compressed_bio_write(struct bio *bio) in end_compressed_bio_write() 332 struct bio *bio = NULL; in btrfs_submit_compressed_write() local 563 int btrfs_submit_compressed_read(struct inode *inode, struct bio *bio, in btrfs_submit_compressed_read()
|
D | scrub.c | 97 struct bio *bio; member 1427 static void scrub_bio_wait_endio(struct bio *bio) in scrub_bio_wait_endio() 1442 struct bio *bio, in scrub_submit_raid56_bio_wait() 1483 struct bio *bio; in scrub_recheck_block() local 1573 struct bio *bio; in scrub_repair_page_from_good_copy() local 1669 struct bio *bio; in scrub_add_page_to_wr_bio() local 1738 static void scrub_wr_bio_end_io(struct bio *bio) in scrub_wr_bio_end_io() 2074 struct bio *bio; in scrub_add_page_to_rd_bio() local 2122 static void scrub_missing_raid56_end_io(struct bio *bio) in scrub_missing_raid56_end_io() 2183 struct bio *bio; in scrub_missing_raid56_pages() local [all …]
|
D | check-integrity.c | 168 bio_end_io_t *bio; member 1674 struct bio *bio; in btrfsic_read_block() local 1821 struct bio *bio, int *bio_is_patched, in btrfsic_process_written_block() 2963 static void __btrfsic_submit_bio(int rw, struct bio *bio) in __btrfsic_submit_bio() 3061 void btrfsic_submit_bio(int rw, struct bio *bio) in btrfsic_submit_bio() 3067 int btrfsic_submit_bio_wait(int rw, struct bio *bio) in btrfsic_submit_bio_wait()
|
D | inode.c | 1805 size_t size, struct bio *bio, in btrfs_merge_bio_hook() 1837 struct bio *bio, int mirror_num, in __btrfs_submit_bio_start() 1857 static int __btrfs_submit_bio_done(struct inode *inode, int rw, struct bio *bio, in __btrfs_submit_bio_done() 1876 static int btrfs_submit_bio_hook(struct inode *inode, int rw, struct bio *bio, in btrfs_submit_bio_hook() 7720 static inline int submit_dio_repair_bio(struct inode *inode, struct bio *bio, in submit_dio_repair_bio() 7781 struct bio *bio; in dio_read_error() local 7834 static void btrfs_retry_endio_nocsum(struct bio *bio) in btrfs_retry_endio_nocsum() 7889 static void btrfs_retry_endio(struct bio *bio) in btrfs_retry_endio() 7981 static void btrfs_endio_direct_read(struct bio *bio) in btrfs_endio_direct_read() 8006 static void btrfs_endio_direct_write(struct bio *bio) in btrfs_endio_direct_write() [all …]
|
D | volumes.h | 284 struct bio bio; member 287 static inline struct btrfs_io_bio *btrfs_io_bio(struct bio *bio) in btrfs_io_bio()
|
D | volumes.c | 5854 static inline void btrfs_end_bbio(struct btrfs_bio *bbio, struct bio *bio) in btrfs_end_bbio() 5863 static void btrfs_end_bio(struct bio *bio) in btrfs_end_bio() 5932 int rw, struct bio *bio) in btrfs_schedule_bio() 5984 struct bio *bio, u64 physical, int dev_nr, in submit_stripe_bio() 6016 static void bbio_error(struct btrfs_bio *bbio, struct bio *bio, u64 logical) in bbio_error() 6030 int btrfs_map_bio(struct btrfs_root *root, int rw, struct bio *bio, in btrfs_map_bio()
|
/linux-4.4.14/fs/logfs/ |
D | dev_bdev.c | 19 struct bio bio; in sync_request() local 56 static void writeseg_end_io(struct bio *bio) in writeseg_end_io() 79 struct bio *bio; in __bdev_writeseg() local 154 static void erase_end_io(struct bio *bio) in erase_end_io() 170 struct bio *bio; in do_erase() local
|
/linux-4.4.14/drivers/target/ |
D | target_core_iblock.c | 295 static void iblock_bio_done(struct bio *bio) in iblock_bio_done() 318 struct bio *bio; in iblock_get_bio() local 344 struct bio *bio; in iblock_submit_bios() local 352 static void iblock_end_io_flush(struct bio *bio) in iblock_end_io_flush() 378 struct bio *bio; in iblock_execute_sync_cache() local 420 struct bio *bio; in iblock_execute_write_same() local 590 iblock_alloc_bip(struct se_cmd *cmd, struct bio *bio) in iblock_alloc_bip() 641 struct bio *bio, *bio_start; in iblock_execute_rw() local
|
D | target_core_pscsi.c | 855 static void pscsi_bi_endio(struct bio *bio) in pscsi_bi_endio() 862 struct bio *bio; in pscsi_get_bio() local 882 struct bio *bio = NULL, *tbio = NULL; in pscsi_map_sg() local 1062 struct bio *bio = hbio; in pscsi_execute_cmd() local
|
/linux-4.4.14/drivers/lightnvm/ |
D | rrpc.c | 93 static void rrpc_discard(struct rrpc *rrpc, struct bio *bio) in rrpc_discard() 248 static void rrpc_end_sync_bio(struct bio *bio) in rrpc_end_sync_bio() 273 struct bio *bio; in rrpc_move_valid_pages() local 669 static int rrpc_read_ppalist_rq(struct rrpc *rrpc, struct bio *bio, in rrpc_read_ppalist_rq() 705 static int rrpc_read_rq(struct rrpc *rrpc, struct bio *bio, struct nvm_rq *rqd, in rrpc_read_rq() 733 static int rrpc_write_ppalist_rq(struct rrpc *rrpc, struct bio *bio, in rrpc_write_ppalist_rq() 768 static int rrpc_write_rq(struct rrpc *rrpc, struct bio *bio, in rrpc_write_rq() 794 static int rrpc_setup_rq(struct rrpc *rrpc, struct bio *bio, in rrpc_setup_rq() 818 static int rrpc_submit_io(struct rrpc *rrpc, struct bio *bio, in rrpc_submit_io() 850 static blk_qc_t rrpc_make_rq(struct request_queue *q, struct bio *bio) in rrpc_make_rq() [all …]
|
D | rrpc.h | 148 static inline sector_t rrpc_get_laddr(struct bio *bio) in rrpc_get_laddr() 153 static inline unsigned int rrpc_get_pages(struct bio *bio) in rrpc_get_pages() 209 static inline int rrpc_lock_rq(struct rrpc *rrpc, struct bio *bio, in rrpc_lock_rq()
|
/linux-4.4.14/fs/nfs/blocklayout/ |
D | blocklayout.c | 105 bl_submit_bio(int rw, struct bio *bio) in bl_submit_bio() 121 struct bio *bio; in bl_alloc_init_bio() local 140 do_add_page_to_bio(struct bio *bio, int npg, int rw, sector_t isect, in do_add_page_to_bio() 185 static void bl_end_io_read(struct bio *bio) in bl_end_io_read() 226 struct bio *bio = NULL; in bl_read_pagelist() local 315 static void bl_end_io_write(struct bio *bio) in bl_end_io_write() 369 struct bio *bio = NULL; in bl_write_pagelist() local
|
/linux-4.4.14/drivers/block/ |
D | pktcdvd.c | 546 struct bio *bio = bio_kmalloc(GFP_KERNEL, 1); in pkt_alloc_packet_data() local 557 struct bio *bio = pkt->r_bios[i]; in pkt_alloc_packet_data() local 581 struct bio *bio = pkt->r_bios[i]; in pkt_free_packet_data() local 812 static void pkt_queue_bio(struct pktcdvd_device *pd, struct bio *bio) in pkt_queue_bio() 849 struct bio *bio; in pkt_iosched_process_queue() local 980 static void pkt_end_io_read(struct bio *bio) in pkt_end_io_read() 999 static void pkt_end_io_packet_write(struct bio *bio) in pkt_end_io_packet_write() 1021 struct bio *bio; in pkt_gather_data() local 1198 struct bio *bio = NULL; in pkt_handle_queue() local 1345 struct bio *bio; in pkt_finish_packet() local [all …]
|
D | umem.c | 110 struct bio *bio, *currentbio, **biotail; member 119 struct bio *bio, **biotail; member 345 struct bio *bio; in add_bio() local 432 struct bio *bio = page->bio; in process_page() local 504 struct bio *bio = return_bio; in process_page() local 527 static blk_qc_t mm_make_request(struct request_queue *q, struct bio *bio) in mm_make_request()
|
D | null_blk.c | 18 struct bio *bio; member 311 static blk_qc_t null_queue_bio(struct request_queue *q, struct bio *bio) in null_queue_bio() 450 struct bio *bio = rqd->bio; in null_lnvm_submit_io() local
|
D | osdblk.c | 98 struct bio *bio; /* cloned bio */ member 303 struct bio *bio; in osdblk_rq_fn() local
|
D | loop.c | 352 struct bio *bio; in lo_read_simple() local 400 struct bio *bio; in lo_read_transfer() local 454 struct bio *bio = cmd->rq->bio; in handle_partial_read() local 481 struct bio *bio = cmd->rq->bio; in lo_rw_aio() local
|
D | ps3vram.c | 551 struct bio *bio) in ps3vram_do_bio() 601 static blk_qc_t ps3vram_make_request(struct request_queue *q, struct bio *bio) in ps3vram_make_request()
|
D | xen-blkfront.c | 85 struct bio *bio; member 1637 static void split_bio_end(struct bio *bio) in split_bio_end() 1656 struct bio *bio, *cloned_bio; in blkif_recover() local
|
D | brd.c | 326 static blk_qc_t brd_make_request(struct request_queue *q, struct bio *bio) in brd_make_request()
|
D | virtio_blk.c | 240 struct bio *bio; in virtblk_get_id() local
|
D | floppy.c | 3774 static void floppy_rb0_cb(struct bio *bio) in floppy_rb0_cb() 3789 struct bio bio; in __floppy_read_block_0() local
|
D | rbd.c | 1316 struct bio *bio; in bio_clone_range() local 1360 struct bio *bio; in bio_chain_clone_range() local
|
/linux-4.4.14/drivers/scsi/ |
D | sd_dif.c | 117 struct bio *bio; in sd_dif_prepare() local 168 struct bio *bio; in sd_dif_complete() local
|
D | sd.c | 599 struct bio *bio = scmd->request->bio; in sd_setup_protect_cmnd() local 835 struct bio *bio = rq->bio; in sd_setup_write_same_cmnd() local
|
D | st.h | 32 struct bio *bio; member
|
D | sg.c | 147 struct bio *bio; member
|
D | osst.h | 638 struct bio *bio; member
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | lloop.c | 197 struct bio *bio; in do_bio_lustrebacked() local 270 static void loop_add_bio(struct lloop_device *lo, struct bio *bio) in loop_add_bio() 293 struct bio **bio; in loop_get_bio() local 373 static inline void loop_handle_bio(struct lloop_device *lo, struct bio *bio) in loop_handle_bio() 401 struct bio *bio; in loop_thread() local
|
/linux-4.4.14/fs/nilfs2/ |
D | segbuf.c | 35 struct bio *bio; member 341 static void nilfs_end_bio_write(struct bio *bio) in nilfs_end_bio_write() 355 struct bio *bio = wi->bio; in nilfs_segbuf_submit_bio() local 397 struct bio *bio; in nilfs_alloc_seg_bio() local
|
/linux-4.4.14/drivers/scsi/osd/ |
D | osd_initiator.c | 718 struct bio *bio; in _osd_req_list_objects() local 826 struct bio *bio, u64 len) in osd_req_write() 840 struct bio *bio = bio_map_kern(req_q, buff, len, GFP_KERNEL); in osd_req_write_kern() local 877 struct bio *bio, u64 len) in osd_req_read() 891 struct bio *bio = bio_map_kern(req_q, buff, len, GFP_KERNEL); in osd_req_read_kern() local 945 struct bio *bio; in _osd_req_finalize_cdb_cont() local 991 const struct osd_obj_id *obj, struct bio *bio, in osd_req_write_sg() 1009 const struct osd_obj_id *obj, struct bio *bio, in osd_req_read_sg() 1047 struct bio *bio; in _create_sg_bios() local 1079 struct bio *bio = _create_sg_bios(or, buff, sglist, numentries); in osd_req_write_sg_kern() local [all …]
|
/linux-4.4.14/drivers/block/aoe/ |
D | aoecmd.c | 297 skb_fillup(struct sk_buff *skb, struct bio *bio, struct bvec_iter iter) in skb_fillup() 848 struct bio *bio; in rqbiocnt() local 867 bio_pageinc(struct bio *bio) in bio_pageinc() 883 bio_pagedec(struct bio *bio) in bio_pagedec() 896 bufinit(struct buf *buf, struct request *rq, struct bio *bio) in bufinit() 911 struct bio *bio; in nextbuf() local 1087 bvcpy(struct sk_buff *skb, struct bio *bio, struct bvec_iter iter, long cnt) in bvcpy() 1104 struct bio *bio; in aoe_end_request() local
|
D | aoedev.c | 164 struct bio *bio; in aoe_failip() local
|
D | aoe.h | 103 struct bio *bio; member
|
/linux-4.4.14/kernel/trace/ |
D | blktrace.c | 770 static void blk_add_trace_bio(struct request_queue *q, struct bio *bio, in blk_add_trace_bio() 783 struct request_queue *q, struct bio *bio) in blk_add_trace_bio_bounce() 789 struct request_queue *q, struct bio *bio, in blk_add_trace_bio_complete() 798 struct bio *bio) in blk_add_trace_bio_backmerge() 806 struct bio *bio) in blk_add_trace_bio_frontmerge() 812 struct request_queue *q, struct bio *bio) in blk_add_trace_bio_queue() 819 struct bio *bio, int rw) in blk_add_trace_getrq() 834 struct bio *bio, int rw) in blk_add_trace_sleeprq() 874 struct request_queue *q, struct bio *bio, in blk_add_trace_split() 902 struct request_queue *q, struct bio *bio, in blk_add_trace_bio_remap()
|
/linux-4.4.14/fs/jfs/ |
D | jfs_metapage.c | 279 static void metapage_read_end_io(struct bio *bio) in metapage_read_end_io() 334 static void metapage_write_end_io(struct bio *bio) in metapage_write_end_io() 350 struct bio *bio = NULL; in metapage_writepage() local 486 struct bio *bio = NULL; in metapage_readpage() local
|
D | jfs_logmgr.c | 1987 struct bio *bio; in lbmRead() local 2137 struct bio *bio; in lbmStartIO() local 2193 static void lbmIODone(struct bio *bio) in lbmIODone()
|
/linux-4.4.14/fs/gfs2/ |
D | lops.c | 205 static void gfs2_end_log_write(struct bio *bio) in gfs2_end_log_write() 264 struct bio *bio; in gfs2_log_alloc_bio() local 294 struct bio *bio = sdp->sd_log_bio; in gfs2_log_get_bio() local 325 struct bio *bio; in gfs2_log_write() local
|
D | ops_fstype.c | 174 static void end_bio_io_page(struct bio *bio) in end_bio_io_page() 232 struct bio *bio; in gfs2_read_super() local
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_req.c | 1141 struct bio *bio = req->private_bio; in drbd_submit_req_private_bio() local 1183 drbd_request_prepare(struct drbd_device *device, struct bio *bio, unsigned long start_jif) in drbd_request_prepare() 1327 void __drbd_make_request(struct drbd_device *device, struct bio *bio, unsigned long start_jif) in __drbd_make_request() 1497 blk_qc_t drbd_make_request(struct request_queue *q, struct bio *bio) in drbd_make_request()
|
D | drbd_req.h | 262 struct bio *bio; in drbd_req_make_private_bio() local 276 struct bio *bio; member
|
D | drbd_worker.c | 68 void drbd_md_endio(struct bio *bio) in drbd_md_endio() 173 void drbd_peer_request_endio(struct bio *bio) in drbd_peer_request_endio() 200 void drbd_request_endio(struct bio *bio) in drbd_request_endio() 299 void drbd_csum_bio(struct crypto_hash *tfm, struct bio *bio, void *digest) in drbd_csum_bio()
|
D | drbd_bitmap.c | 944 static void drbd_bm_endio(struct bio *bio) in drbd_bm_endio() 986 struct bio *bio = bio_alloc_drbd(GFP_NOIO); in bm_page_io_async() local
|
D | drbd_main.c | 151 struct bio *bio; in bio_alloc_drbd() local 1548 static int _drbd_send_bio(struct drbd_peer_device *peer_device, struct bio *bio) in _drbd_send_bio() 1567 static int _drbd_send_zc_bio(struct drbd_peer_device *peer_device, struct bio *bio) in _drbd_send_zc_bio() 2235 struct bio *bio = req->master_bio; in do_retry() local
|
D | drbd_actlog.c | 142 struct bio *bio; in _drbd_md_sync_page_io() local
|
D | drbd_receiver.c | 1372 struct bio *bio; in drbd_submit_peer_request() local 1711 struct bio *bio; in recv_dless_read() local
|
D | drbd_int.h | 1601 int fault_type, struct bio *bio) in drbd_generic_make_request()
|
/linux-4.4.14/fs/f2fs/ |
D | crypto.c | 153 struct bio *bio = ctx->r.bio; in completion_pages() local 172 void f2fs_end_io_crypto_work(struct f2fs_crypto_ctx *ctx, struct bio *bio) in f2fs_end_io_crypto_work()
|
D | data.c | 30 static void f2fs_read_end_io(struct bio *bio) in f2fs_read_end_io() 58 static void f2fs_write_end_io(struct bio *bio) in f2fs_write_end_io() 91 struct bio *bio; in __bio_alloc() local 147 struct bio *bio; in f2fs_submit_page_bio() local 877 struct bio *bio = NULL; in f2fs_mpage_readpages() local
|
D | f2fs_crypto.h | 96 struct bio *bio; member
|
D | segment.c | 327 struct bio *bio; in issue_flush_thread() local 365 struct bio *bio = f2fs_bio_alloc(0); in f2fs_issue_flush() local
|
D | f2fs.h | 692 struct bio *bio; /* bios to merge */ member 1296 struct bio *bio; in f2fs_bio_alloc() local 2103 static inline bool f2fs_bio_encrypted(struct bio *bio) in f2fs_bio_encrypted()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_aops.c | 361 struct bio *bio) in xfs_end_bio() 380 struct bio *bio) in xfs_submit_ioend_bio() 392 struct bio *bio = bio_alloc(GFP_NOIO, BIO_MAX_PAGES); in xfs_alloc_ioend_bio() local 443 static inline int xfs_bio_add_buffer(struct bio *bio, struct buffer_head *bh) in xfs_bio_add_buffer() 479 struct bio *bio; in xfs_submit_ioend() local
|
D | xfs_buf.c | 1105 struct bio *bio) in xfs_buf_bio_end_io() 1139 struct bio *bio; in xfs_buf_ioapply_map() local
|
/linux-4.4.14/drivers/s390/block/ |
D | dasd_diag.c | 61 struct dasd_diag_bio bio[0]; member 326 struct dasd_diag_bio bio; in dasd_diag_check_device() local
|
D | xpram.c | 184 static blk_qc_t xpram_make_request(struct request_queue *q, struct bio *bio) in xpram_make_request()
|
D | dcssblk.c | 820 dcssblk_make_request(struct request_queue *q, struct bio *bio) in dcssblk_make_request()
|
/linux-4.4.14/drivers/nvdimm/ |
D | core.c | 217 void __nd_iostat_start(struct bio *bio, unsigned long *start) in __nd_iostat_start() 232 void nd_iostat_end(struct bio *bio, unsigned long start) in nd_iostat_end()
|
D | blk.c | 164 static blk_qc_t nd_blk_make_request(struct request_queue *q, struct bio *bio) in nd_blk_make_request()
|
D | pmem.c | 67 static blk_qc_t pmem_make_request(struct request_queue *q, struct bio *bio) in pmem_make_request()
|
D | nd.h | 267 static inline bool nd_iostat_start(struct bio *bio, unsigned long *start) in nd_iostat_start()
|
D | btt.c | 1153 static blk_qc_t btt_make_request(struct request_queue *q, struct bio *bio) in btt_make_request()
|
/linux-4.4.14/fs/hfsplus/ |
D | wrapper.c | 49 struct bio *bio; in hfsplus_submit_bio() local
|
/linux-4.4.14/arch/m68k/emu/ |
D | nfblock.c | 62 static blk_qc_t nfhd_make_request(struct request_queue *queue, struct bio *bio) in nfhd_make_request()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | axonram.c | 107 axon_ram_make_request(struct request_queue *queue, struct bio *bio) in axon_ram_make_request()
|
/linux-4.4.14/drivers/block/zram/ |
D | zram_drv.c | 779 int offset, struct bio *bio) in zram_bio_discard() 841 static void __zram_make_request(struct zram *zram, struct bio *bio) in __zram_make_request() 897 static blk_qc_t zram_make_request(struct request_queue *queue, struct bio *bio) in zram_make_request()
|
/linux-4.4.14/arch/xtensa/platforms/iss/ |
D | simdisk.c | 104 static blk_qc_t simdisk_make_request(struct request_queue *q, struct bio *bio) in simdisk_make_request()
|
/linux-4.4.14/drivers/block/xen-blkback/ |
D | blkback.c | 1086 static void end_block_io_op(struct bio *bio) in end_block_io_op() 1207 struct bio *bio = NULL; in dispatch_rw_block_io() local
|
/linux-4.4.14/include/linux/ceph/ |
D | messenger.h | 99 struct bio *bio; member 123 struct bio *bio; /* bio from list */ member
|
D | osd_client.h | 70 struct bio *bio; /* list of bios */ member
|
/linux-4.4.14/fs/exofs/ |
D | ore.c | 405 static void _clear_bio(struct bio *bio) in _clear_bio() 859 struct bio *bio; in _write_mirror() local
|
D | ore_raid.c | 435 struct bio *bio = ios->per_dev[d].bio; in _mark_read4write_pages_uptodate() local
|
/linux-4.4.14/fs/ocfs2/cluster/ |
D | heartbeat.c | 376 static void o2hb_bio_end_io(struct bio *bio) in o2hb_bio_end_io() 401 struct bio *bio; in o2hb_setup_one_bio() local 450 struct bio *bio; in o2hb_read_slots() local 481 struct bio *bio; in o2hb_issue_node_write() local
|
/linux-4.4.14/net/ceph/ |
D | messenger.c | 829 struct bio *bio; in ceph_msg_data_bio_cursor_init() local 848 struct bio *bio; in ceph_msg_data_bio_next() local 873 struct bio *bio; in ceph_msg_data_bio_advance() local 3242 void ceph_msg_data_add_bio(struct ceph_msg *msg, struct bio *bio, in ceph_msg_data_add_bio()
|
D | osd_client.c | 115 struct bio *bio, size_t bio_length) in ceph_osd_data_bio_init() 193 unsigned int which, struct bio *bio, size_t bio_length) in osd_req_op_extent_osd_data_bio()
|
/linux-4.4.14/include/scsi/ |
D | osd_initiator.h | 143 struct bio *bio; member
|
D | osd_ore.h | 158 struct bio *bio; member
|
/linux-4.4.14/kernel/power/ |
D | swap.c | 230 static void hib_end_io(struct bio *bio) in hib_end_io() 257 struct bio *bio; in hib_submit_io() local
|
/linux-4.4.14/drivers/nvme/host/ |
D | lightnvm.c | 471 struct bio *bio = rqd->bio; in nvme_nvm_submit_io() local
|
D | pci.c | 1040 struct bio *bio = NULL; in __nvme_submit_sync_cmd() local
|
/linux-4.4.14/drivers/cdrom/ |
D | cdrom.c | 2165 struct bio *bio; in cdrom_read_cdda_bpc() local
|