Home
last modified time | relevance | path

Searched defs:bio (Results 1 – 25 of 225) sorted by relevance

123456789

/Linux-v5.10/include/linux/
Dbio.h24 #define bio_prio(bio) (bio)->bi_ioprio argument
25 #define bio_set_prio(bio, prio) ((bio)->bi_ioprio = prio) argument
27 #define bio_iter_iovec(bio, iter) \ argument
30 #define bio_iter_page(bio, iter) \ argument
32 #define bio_iter_len(bio, iter) \ argument
34 #define bio_iter_offset(bio, iter) \ argument
37 #define bio_page(bio) bio_iter_page((bio), (bio)->bi_iter) argument
38 #define bio_offset(bio) bio_iter_offset((bio), (bio)->bi_iter) argument
39 #define bio_iovec(bio) bio_iter_iovec((bio), (bio)->bi_iter) argument
41 #define bio_multiple_segments(bio) \ argument
[all …]
Dblk_types.h203 struct bio { struct
204 struct bio *bi_next; /* request queue link */ argument
219 bio_end_io_t *bi_end_io; argument
224 * Represents the association of the css and request_queue for the bio. argument
230 struct bio_issue bi_issue; argument
237 struct bio_crypt_ctx *bi_crypt_context; argument
246 unsigned short bi_vcnt; /* how many bio_vec's */ argument
256 struct bio_vec *bi_io_vec; /* the actual vec list */ argument
258 struct bio_set *bi_pool; argument
261 * We can inline a number of vecs at the end of the bio, to avoid argument
[all …]
/Linux-v5.10/block/
Dbio.c235 void bio_uninit(struct bio *bio) in bio_uninit()
250 static void bio_free(struct bio *bio) in bio_free()
278 void bio_init(struct bio *bio, struct bio_vec *table, in bio_init()
300 void bio_reset(struct bio *bio) in bio_reset()
312 static struct bio *__bio_chain_endio(struct bio *bio) in __bio_chain_endio()
322 static void bio_chain_endio(struct bio *bio) in bio_chain_endio()
338 void bio_chain(struct bio *bio, struct bio *parent) in bio_chain()
351 struct bio *bio; in bio_alloc_rescue() local
368 struct bio *bio; in punt_bios_to_rescuer() local
444 struct bio *bio; in bio_alloc_bioset() local
[all …]
Dblk-merge.c52 static inline bool req_gap_back_merge(struct request *req, struct bio *bio) in req_gap_back_merge()
57 static inline bool req_gap_front_merge(struct request *req, struct bio *bio) in req_gap_front_merge()
63 struct bio *bio, in blk_bio_discard_split()
107 struct bio *bio, struct bio_set *bs, unsigned *nsegs) in blk_bio_write_zeroes_split()
121 struct bio *bio, in blk_bio_write_same_split()
145 struct bio *bio) in get_max_io_size()
246 struct bio *bio, in blk_bio_segment_split()
298 void __blk_queue_split(struct bio **bio, unsigned int *nr_segs) in __blk_queue_split()
357 void blk_queue_split(struct bio **bio) in blk_queue_split()
472 static int __blk_bios_map_sg(struct request_queue *q, struct bio *bio, in __blk_bios_map_sg()
[all …]
Dblk-crypto-internal.h32 struct bio *bio) in bio_crypt_ctx_back_mergeable()
39 struct bio *bio) in bio_crypt_ctx_front_mergeable()
66 struct bio *bio) in bio_crypt_rq_ctx_compatible()
72 struct bio *bio) in bio_crypt_ctx_front_mergeable()
78 struct bio *bio) in bio_crypt_ctx_back_mergeable()
99 static inline void bio_crypt_advance(struct bio *bio, unsigned int bytes) in bio_crypt_advance()
106 static inline void bio_crypt_free_ctx(struct bio *bio) in bio_crypt_free_ctx()
113 struct bio *bio) in bio_crypt_do_front_merge()
157 static inline int blk_crypto_rq_bio_prep(struct request *rq, struct bio *bio, in blk_crypto_rq_bio_prep()
Dblk-map.c46 static int bio_copy_from_iter(struct bio *bio, struct iov_iter *iter) in bio_copy_from_iter()
77 static int bio_copy_to_iter(struct bio *bio, struct iov_iter iter) in bio_copy_to_iter()
107 static int bio_uncopy_user(struct bio *bio) in bio_uncopy_user()
135 struct bio *bio, *bounce_bio; in bio_copy_user_iov() local
247 struct bio *bio, *bounce_bio; in bio_map_user_iov() local
345 static void bio_unmap_user(struct bio *bio) in bio_unmap_user()
352 static void bio_invalidate_vmalloc_pages(struct bio *bio) in bio_invalidate_vmalloc_pages()
365 static void bio_map_kern_endio(struct bio *bio) in bio_map_kern_endio()
391 struct bio *bio; in bio_map_kern() local
432 static void bio_copy_kern_endio(struct bio *bio) in bio_copy_kern_endio()
[all …]
Dbio-integrity.c50 struct bio_integrity_payload *bio_integrity_alloc(struct bio *bio, in bio_integrity_alloc()
106 void bio_integrity_free(struct bio *bio) in bio_integrity_free()
129 int bio_integrity_add_page(struct bio *bio, struct page *page, in bio_integrity_add_page()
162 static blk_status_t bio_integrity_process(struct bio *bio, in bio_integrity_process()
208 bool bio_integrity_prep(struct bio *bio) in bio_integrity_prep()
331 struct bio *bio = bip->bip_bio; in bio_integrity_verify_fn() local
356 bool __bio_integrity_endio(struct bio *bio) in __bio_integrity_endio()
381 void bio_integrity_advance(struct bio *bio, unsigned int bytes_done) in bio_integrity_advance()
397 void bio_integrity_trim(struct bio *bio) in bio_integrity_trim()
414 int bio_integrity_clone(struct bio *bio, struct bio *bio_src, in bio_integrity_clone()
Dblk-core.c239 static void req_bio_endio(struct request *rq, struct bio *bio, in req_bio_endio()
476 static inline int bio_queue_enter(struct bio *bio) in bio_queue_enter()
649 static void handle_bad_sector(struct bio *bio, sector_t maxsector) in handle_bad_sector()
694 static inline bool bio_check_ro(struct bio *bio, struct hd_struct *part) in bio_check_ro()
714 static noinline int should_fail_bio(struct bio *bio) in should_fail_bio()
727 static inline int bio_check_eod(struct bio *bio, sector_t maxsector) in bio_check_eod()
743 static inline int blk_partition_remap(struct bio *bio) in blk_partition_remap()
775 struct bio *bio) in blk_check_zone_append()
806 static noinline_for_stack bool submit_bio_checks(struct bio *bio) in submit_bio_checks()
925 static blk_qc_t __submit_bio(struct bio *bio) in __submit_bio()
[all …]
Dbounce.c162 static void bounce_end_io(struct bio *bio, mempool_t *pool) in bounce_end_io()
186 static void bounce_end_io_write(struct bio *bio) in bounce_end_io_write()
191 static void bounce_end_io_write_isa(struct bio *bio) in bounce_end_io_write_isa()
197 static void __bounce_end_io_read(struct bio *bio, mempool_t *pool) in __bounce_end_io_read()
207 static void bounce_end_io_read(struct bio *bio) in bounce_end_io_read()
212 static void bounce_end_io_read_isa(struct bio *bio) in bounce_end_io_read_isa()
222 struct bio *bio; in bounce_clone_bio() local
290 struct bio *bio; in __blk_queue_bounce() local
Dblk-lib.c13 struct bio *blk_next_bio(struct bio *bio, unsigned int nr_pages, gfp_t gfp) in blk_next_bio()
30 struct bio *bio = *biop; in __blkdev_issue_discard() local
134 struct bio *bio = NULL; in blkdev_issue_discard() local
171 struct bio *bio = *biop; in __blkdev_issue_write_same() local
230 struct bio *bio = NULL; in blkdev_issue_write_same() local
250 struct bio *bio = *biop; in __blkdev_issue_write_zeroes() local
307 struct bio *bio = *biop; in __blkdev_issue_zero_pages() local
397 struct bio *bio; in blkdev_issue_zeroout() local
Dblk-crypto.c81 void bio_crypt_set_ctx(struct bio *bio, const struct blk_crypto_key *key, in bio_crypt_set_ctx()
100 void __bio_crypt_free_ctx(struct bio *bio) in __bio_crypt_free_ctx()
135 void __bio_crypt_advance(struct bio *bio, unsigned int bytes) in __bio_crypt_advance()
184 bool bio_crypt_rq_ctx_compatible(struct request *rq, struct bio *bio) in bio_crypt_rq_ctx_compatible()
204 static bool bio_crypt_check_alignment(struct bio *bio) in bio_crypt_check_alignment()
265 struct bio *bio = *bio_ptr; in __blk_crypto_bio_prep() local
294 int __blk_crypto_rq_bio_prep(struct request *rq, struct bio *bio, in __blk_crypto_rq_bio_prep()
Dblk.h94 static inline void blk_rq_bio_prep(struct request *rq, struct bio *bio, in blk_rq_bio_prep()
110 static inline bool bio_integrity_endio(struct bio *bio) in bio_integrity_endio()
133 struct bio *bio) in integrity_req_gap_front_merge()
161 struct bio *bio) in integrity_req_gap_front_merge()
169 static inline bool bio_integrity_endio(struct bio *bio) in bio_integrity_endio()
173 static inline void bio_integrity_free(struct bio *bio) in bio_integrity_free()
311 static inline bool blk_throtl_bio(struct bio *bio) { return false; } in blk_throtl_bio()
320 static inline void blk_throtl_bio_endio(struct bio *bio) { } in blk_throtl_bio_endio()
332 static inline void blk_queue_bounce(struct request_queue *q, struct bio **bio) in blk_queue_bounce()
/Linux-v5.10/drivers/md/bcache/
Drequest.c40 static void bio_csum(struct bio *bio, struct bkey *k) in bio_csum()
111 struct bio *bio = op->bio; in bch_data_invalidate() local
169 static void bch_data_insert_endio(struct bio *bio) in bch_data_insert_endio()
190 struct bio *bio = op->bio, *n; in bch_data_insert_start() local
363 static bool check_should_bypass(struct cached_dev *dc, struct bio *bio) in check_should_bypass()
467 struct bbio bio; member
485 static void bch_cache_read_endio(struct bio *bio) in bch_cache_read_endio()
516 struct bio *n, *bio = &s->bio.bio; in cache_lookup_fn() local
581 struct bio *bio = &s->bio.bio; in cache_lookup() local
621 static void request_endio(struct bio *bio) in request_endio()
[all …]
Dio.c17 void bch_bbio_free(struct bio *bio, struct cache_set *c) in bch_bbio_free()
27 struct bio *bio = &b->bio; in bch_bbio_alloc() local
34 void __bch_submit_bbio(struct bio *bio, struct cache_set *c) in __bch_submit_bbio()
45 void bch_submit_bbio(struct bio *bio, struct cache_set *c, in bch_submit_bbio()
55 void bch_count_backing_io_errors(struct cached_dev *dc, struct bio *bio) in bch_count_backing_io_errors()
136 void bch_bbio_count_io_errors(struct cache_set *c, struct bio *bio, in bch_bbio_count_io_errors()
166 void bch_bbio_endio(struct cache_set *c, struct bio *bio, in bch_bbio_endio()
Dmovinggc.c19 struct bbio bio; member
48 struct bio *bio = &io->bio.bio; in write_moving_finish() local
62 static void read_moving_endio(struct bio *bio) in read_moving_endio()
80 struct bio *bio = &io->bio.bio; in moving_init() local
119 struct bio *bio = &io->bio.bio; in read_moving_submit() local
130 struct bio *bio; in read_moving() local
/Linux-v5.10/drivers/nvme/target/
Dio-cmd-bdev.c162 static void nvmet_bio_done(struct bio *bio) in nvmet_bio_done()
172 static int nvmet_bdev_alloc_bip(struct nvmet_req *req, struct bio *bio, in nvmet_bdev_alloc_bip()
219 static int nvmet_bdev_alloc_bip(struct nvmet_req *req, struct bio *bio, in nvmet_bdev_alloc_bip()
229 struct bio *bio; in nvmet_bdev_execute_rw() local
320 struct bio *bio = &req->b.inline_bio; in nvmet_bdev_execute_flush() local
342 struct nvme_dsm_range *range, struct bio **bio) in nvmet_bdev_discard_range()
361 struct bio *bio = NULL; in nvmet_bdev_execute_discard() local
409 struct bio *bio = NULL; in nvmet_bdev_execute_write_zeroes() local
/Linux-v5.10/fs/ext4/
Dreadpage.c64 struct bio *bio; member
70 static void __read_end_io(struct bio *bio) in __read_end_io()
110 struct bio *bio = ctx->bio; in verity_work() local
157 static bool bio_post_read_required(struct bio *bio) in bio_post_read_required()
174 static void mpage_end_io(struct bio *bio) in mpage_end_io()
192 static void ext4_set_bio_post_read_ctx(struct bio *bio, in ext4_set_bio_post_read_ctx()
227 struct bio *bio = NULL; in ext4_mpage_readpages() local
/Linux-v5.10/mm/
Dpage_io.c32 struct bio *bio; in get_swap_bio() local
48 void end_swap_bio_write(struct bio *bio) in end_swap_bio_write()
120 static void end_swap_bio_read(struct bio *bio) in end_swap_bio_read()
291 static void bio_associate_blkg_from_page(struct bio *bio, struct page *page) in bio_associate_blkg_from_page()
304 #define bio_associate_blkg_from_page(bio, page) do { } while (0) argument
310 struct bio *bio; in __swap_writepage() local
380 struct bio *bio; in swap_readpage() local
/Linux-v5.10/drivers/md/
Ddm-raid1.c121 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()
437 static int mirror_available(struct mirror_set *ms, struct bio *bio) in mirror_available()
451 static sector_t map_sector(struct mirror *m, struct bio *bio) in map_sector()
458 static void map_bio(struct mirror *m, struct bio *bio) in map_bio()
465 struct bio *bio) in map_region()
472 static void hold_bio(struct mirror_set *ms, struct bio *bio) in hold_bio()
507 struct bio *bio = context; in read_callback() local
[all …]
Ddm-zoned-target.c22 struct bio *bio; member
75 static inline void dmz_bio_endio(struct bio *bio, blk_status_t status) in dmz_bio_endio()
117 struct bio *bio, sector_t chunk_block, in dmz_submit_bio()
154 static void dmz_handle_read_zero(struct dmz_target *dmz, struct bio *bio, in dmz_handle_read_zero()
171 struct bio *bio) in dmz_handle_read()
251 struct dm_zone *zone, struct bio *bio, in dmz_handle_direct_write()
284 struct dm_zone *zone, struct bio *bio, in dmz_handle_buffered_write()
320 struct bio *bio) in dmz_handle_write()
359 struct bio *bio) in dmz_handle_discard()
397 struct bio *bio) in dmz_handle_bio()
[all …]
Ddm-thin.c384 struct bio *bio; member
443 static int bio_detain(struct pool *pool, struct dm_cell_key *key, struct bio *bio, in bio_detain()
602 struct bio *bio; in error_bio_list() local
677 static dm_block_t get_bio_block(struct thin_c *tc, struct bio *bio) in get_bio_block()
693 static void get_bio_block_range(struct thin_c *tc, struct bio *bio, in get_bio_block_range()
718 static void remap(struct thin_c *tc, struct bio *bio, dm_block_t block) in remap()
733 static void remap_to_origin(struct thin_c *tc, struct bio *bio) in remap_to_origin()
738 static int bio_triggers_commit(struct thin_c *tc, struct bio *bio) in bio_triggers_commit()
744 static void inc_all_io_entry(struct pool *pool, struct bio *bio) in inc_all_io_entry()
755 static void issue(struct thin_c *tc, struct bio *bio) in issue()
[all …]
Ddm-cache-target.c175 struct bio *bio; in __commit() local
213 void (*issue_op)(struct bio *bio, void *), in batcher_init()
251 static void issue_after_commit(struct batcher *b, struct bio *bio) in issue_after_commit()
289 static void dm_hook_bio(struct dm_hook_info *h, struct bio *bio, in dm_hook_bio()
298 static void dm_unhook_bio(struct dm_hook_info *h, struct bio *bio) in dm_unhook_bio()
590 static unsigned lock_level(struct bio *bio) in lock_level()
601 static struct per_bio_data *get_per_bio_data(struct bio *bio) in get_per_bio_data()
608 static struct per_bio_data *init_per_bio_data(struct bio *bio) in init_per_bio_data()
622 static void defer_bio(struct cache *cache, struct bio *bio) in defer_bio()
643 static bool bio_detain_shared(struct cache *cache, dm_oblock_t oblock, struct bio *bio) in bio_detain_shared()
[all …]
Draid1.c125 static inline struct r1bio *get_resync_r1bio(struct bio *bio) in get_resync_r1bio()
150 struct bio *bio; in r1buf_pool_alloc() local
242 struct bio **bio = r1_bio->bios + i; in put_all_bios() local
264 struct bio *bio = r1_bio->bios[i]; in put_buf() local
298 struct bio *bio = r1_bio->master_bio; in call_bio_endio() local
308 struct bio *bio = r1_bio->master_bio; in raid_end_bio_io() local
343 static int find_bio_disk(struct r1bio *r1_bio, struct bio *bio) in find_bio_disk()
359 static void raid1_end_read_request(struct bio *bio) in raid1_end_read_request()
442 static void raid1_end_write_request(struct bio *bio) in raid1_end_write_request()
789 static void flush_bio_list(struct r1conf *conf, struct bio *bio) in flush_bio_list()
[all …]
Ddm-clone-target.c265 static inline void remap_to_source(struct clone *clone, struct bio *bio) in remap_to_source()
270 static inline void remap_to_dest(struct clone *clone, struct bio *bio) in remap_to_dest()
275 static bool bio_triggers_commit(struct clone *clone, struct bio *bio) in bio_triggers_commit()
288 static inline unsigned long bio_to_region(struct clone *clone, struct bio *bio) in bio_to_region()
294 static void bio_region_range(struct clone *clone, struct bio *bio, in bio_region_range()
309 static inline bool is_overwrite_bio(struct clone *clone, struct bio *bio) in is_overwrite_bio()
316 struct bio *bio; in fail_bios() local
326 struct bio *bio; in submit_bios() local
345 static void issue_bio(struct clone *clone, struct bio *bio) in issue_bio()
378 static void remap_and_issue(struct clone *clone, struct bio *bio) in remap_and_issue()
[all …]
/Linux-v5.10/fs/f2fs/
Ddata.c125 struct bio *bio; member
131 static void __read_end_io(struct bio *bio, bool compr, bool verity) in __read_end_io()
163 static void __f2fs_read_end_io(struct bio *bio, bool compr, bool verity) in __f2fs_read_end_io()
170 static void f2fs_decompress_bio(struct bio *bio, bool verity) in f2fs_decompress_bio()
193 static void f2fs_verify_bio(struct bio *bio) in f2fs_verify_bio()
234 struct bio *bio = ctx->bio; in f2fs_verity_work() local
313 static bool f2fs_bio_post_read_required(struct bio *bio) in f2fs_bio_post_read_required()
318 static void f2fs_read_end_io(struct bio *bio) in f2fs_read_end_io()
337 static void f2fs_write_end_io(struct bio *bio) in f2fs_write_end_io()
395 block_t blk_addr, struct bio *bio) in f2fs_target_device()
[all …]

123456789