Searched refs:bio_list (Results 1 - 25 of 56) sorted by relevance

123

/linux-master/drivers/md/
H A Ddm-bio-prison-v1.h57 struct bio_list bios;
105 struct bio_list *bios);
108 struct bio_list *inmates);
H A Ddm-bio-prison-v2.h54 struct bio_list bios;
149 struct bio_list *bios);
H A Draid10.h77 struct bio_list pending_bio_list;
H A Draid1.h90 struct bio_list pending_bio_list;
H A Ddm-raid1.c65 struct bio_list reads;
66 struct bio_list writes;
67 struct bio_list failures;
68 struct bio_list holds; /* bios are waiting until suspend */
130 struct bio_list *bl;
142 static void dispatch_bios(void *context, struct bio_list *bio_list) argument
147 while ((bio = bio_list_pop(bio_list)))
567 static void do_reads(struct mirror_set *ms, struct bio_list *reads)
687 static void do_writes(struct mirror_set *ms, struct bio_list *write
[all...]
H A Ddm-bio-prison-v1.c215 struct bio_list *inmates)
228 struct bio_list *bios)
243 struct bio_list *inmates)
251 struct bio_list *inmates)
265 struct bio_list bios;
H A Ddm-bio-prison-v2.c320 struct bio_list *bios)
338 struct bio_list *bios)
H A Draid1-10.c34 struct bio_list pending;
164 * current->bio_list will be set under submit_bio() context, in this case bitmap
171 if (current->bio_list)
H A Ddm-clone-target.c107 struct bio_list deferred_bios;
108 struct bio_list deferred_discard_bios;
109 struct bio_list deferred_flush_bios;
110 struct bio_list deferred_flush_completions;
308 static void fail_bios(struct bio_list *bios, blk_status_t status)
318 static void submit_bios(struct bio_list *bios)
385 static void issue_deferred_bios(struct clone *clone, struct bio_list *bios)
389 struct bio_list flush_bios = BIO_EMPTY_LIST;
390 struct bio_list normal_bios = BIO_EMPTY_LIST;
536 struct bio_list deferred_bio
[all...]
H A Ddm-zoned-target.c34 struct bio_list bio_list; member in struct:dm_chunk_work
62 struct bio_list flush_list;
469 WARN_ON(!bio_list_empty(&cw->bio_list));
487 while ((bio = bio_list_pop(&cw->bio_list))) {
558 bio_list_init(&cw->bio_list);
567 bio_list_add(&cw->bio_list, bio);
H A Ddm-region-hash.c96 void (*dispatch_bios)(void *context, struct bio_list *bios);
114 struct bio_list delayed_bios;
166 struct bio_list *bios),
529 void dm_rh_inc_pending(struct dm_region_hash *rh, struct bio_list *bios)
H A Ddm-thin.c263 struct bio_list deferred_flush_bios;
264 struct bio_list deferred_flush_completions;
353 struct bio_list deferred_bio_list;
354 struct bio_list retry_on_resume_list;
469 struct bio_list *bios)
486 struct bio_list *bios)
595 static void __merge_bio_list(struct bio_list *bios, struct bio_list *master)
601 static void error_bio_list(struct bio_list *bios, blk_status_t error)
611 static void error_thin_bio_list(struct thin_c *tc, struct bio_list *maste
[all...]
H A Ddm-ebs-target.c28 struct bio_list bios_in; /* Worker bios input list. */
184 struct bio_list bios;
/linux-master/include/linux/
H A Ddm-region-hash.h37 struct bio_list;
40 struct bio_list *bios),
78 void dm_rh_inc_pending(struct dm_region_hash *rh, struct bio_list *bios);
H A Dpktcdvd.h71 struct bio_list read_queue;
72 struct bio_list write_queue;
112 struct bio_list orig_bios; /* Original bios passed to pkt_make_request */
H A Dbio.h548 * A bio_list anchors a singly-linked list of bios chained through the bi_next
549 * member of the bio. The bio_list also caches the last list member to allow
552 struct bio_list { struct
557 static inline int bio_list_empty(const struct bio_list *bl)
562 static inline void bio_list_init(struct bio_list *bl)
572 static inline unsigned bio_list_size(const struct bio_list *bl)
583 static inline void bio_list_add(struct bio_list *bl, struct bio *bio)
595 static inline void bio_list_add_head(struct bio_list *bl, struct bio *bio)
605 static inline void bio_list_merge(struct bio_list *bl, struct bio_list *bl
[all...]
/linux-master/drivers/md/dm-vdo/
H A Dflush.h19 struct bio_list bios;
H A Dtypes.h390 struct bio_list bios_merged;
/linux-master/fs/btrfs/
H A Draid56.c94 WARN_ON(!bio_list_empty(&rbio->bio_list));
325 * merging means we take the bio_list from the victim and
334 bio_list_merge(&dest->bio_list, &victim->bio_list);
339 bio_list_init(&victim->bio_list);
383 * If the bio_list was empty, we also remove
387 if (bio_list_empty(&rbio->bio_list)) {
668 if (bio_list_empty(&cur->bio_list) &&
759 BUG_ON(!bio_list_empty(&rbio->bio_list));
822 * bio_list an
1042 rbio_add_io_sector(struct btrfs_raid_bio *rbio, struct bio_list *bio_list, struct sector_ptr *sector, unsigned int stripe_nr, unsigned int sector_nr, enum req_op op) argument
1183 bio_list_put(struct bio_list *bio_list) argument
1254 rmw_assemble_write_bios(struct btrfs_raid_bio *rbio, struct bio_list *bio_list) argument
1535 submit_read_wait_bio_list(struct btrfs_raid_bio *rbio, struct bio_list *bio_list) argument
1943 struct bio_list bio_list = BIO_EMPTY_LIST; local
2161 struct bio_list bio_list = BIO_EMPTY_LIST; local
2212 submit_write_bios(struct btrfs_raid_bio *rbio, struct bio_list *bio_list) argument
2255 struct bio_list bio_list; local
2439 struct bio_list bio_list; local
2673 struct bio_list bio_list = BIO_EMPTY_LIST; local
[all...]
H A Draid56.h44 * bio_list and bio_list_lock are used to add more bios into the stripe
47 struct bio_list bio_list; member in struct:btrfs_raid_bio
89 * Size of all the bios in the bio_list. This helps us decide if the
118 /* Pointers to the sectors in the bio_list, for faster lookup */
/linux-master/drivers/s390/block/
H A Ddasd_diag.h79 struct dasd_diag_bio *bio_list; member in struct:dasd_diag_rw_io
/linux-master/block/
H A Dblk-core.c637 * bio_list to a pointer to the bio_list_on_stack, thus initialising the
638 * bio_list of new bios to be added. ->submit_bio() may indeed add some more
640 * non-NULL value in bio_list and re-enter the loop from the top.
642 * pretending) and so remove it from bio_list, and call into ->submit_bio()
651 struct bio_list bio_list_on_stack[2];
656 current->bio_list = bio_list_on_stack;
660 struct bio_list lower, same;
663 * Create a fresh bio_list for all subordinate requests.
690 current->bio_list = NULL;
695 struct bio_list bio_lis local
[all...]
H A Dblk-throttle.h10 * level, if the bios are dispatched into a single bio_list, there's a risk
31 struct bio_list bios; /* queued bios */
H A Dbio.c381 struct bio_list punt, nopunt;
400 while ((bio = bio_list_pop(&current->bio_list[0])))
402 current->bio_list[0] = nopunt;
405 while ((bio = bio_list_pop(&current->bio_list[1])))
407 current->bio_list[1] = nopunt;
532 * current->bio_list, we first try the allocation without
537 if (current->bio_list &&
538 (!bio_list_empty(&current->bio_list[0]) ||
539 !bio_list_empty(&current->bio_list[1])) &&
/linux-master/fs/
H A Ddirect-io.c136 struct bio *bio_list; /* singly linked via bi_private */ member in struct:dio
379 * implement a singly-linked list of completed BIOs, at dio->bio_list.
387 bio->bi_private = dio->bio_list;
388 dio->bio_list = bio;
480 while (dio->refcount > 1 && dio->bio_list == NULL) {
489 if (dio->bio_list) {
490 bio = dio->bio_list;
491 dio->bio_list = bio->bi_private;
551 while (dio->bio_list) {
557 bio = dio->bio_list;
[all...]

Completed in 270 milliseconds

123