Lines Matching defs:bio
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()
742 static void remap_to_origin_and_issue(struct thin_c *tc, struct bio *bio) in remap_to_origin_and_issue()
748 static void remap_and_issue(struct thin_c *tc, struct bio *bio, in remap_and_issue()
785 struct bio *bio; member
817 static void overwrite_endio(struct bio *bio) in overwrite_endio()
866 struct bio *bio; in __inc_remap_and_issue_cell() local
888 struct bio *bio; in inc_remap_and_issue_cell() local
921 struct bio *bio = m->bio; in process_prepared_mapping() local
1089 static int io_overlaps_block(struct pool *pool, struct bio *bio) in io_overlaps_block()
1095 static int io_overwrites_block(struct pool *pool, struct bio *bio) in io_overwrites_block()
1101 static void save_and_set_endio(struct bio *bio, bio_end_io_t **save, in save_and_set_endio()
1150 static void remap_and_issue_overwrite(struct thin_c *tc, struct bio *bio, in remap_and_issue_overwrite()
1170 struct dm_bio_prison_cell *cell, struct bio *bio, in schedule_copy()
1242 struct dm_bio_prison_cell *cell, struct bio *bio) in schedule_internal_copy()
1251 struct bio *bio) in schedule_zero()
1280 struct dm_bio_prison_cell *cell, struct bio *bio) in schedule_external_copy()
1403 static void retry_on_resume(struct bio *bio) in retry_on_resume()
1437 static void handle_unserviceable_bio(struct pool *pool, struct bio *bio) in handle_unserviceable_bio()
1450 struct bio *bio; in retry_bios_on_resume() local
1491 static inline void __bio_inc_remaining(struct bio *bio) in __bio_inc_remaining()
1499 struct bio *bio) in break_up_discard_bio()
1563 struct bio *bio = virt_cell->holder; in process_discard_cell_passdown() local
1582 static void process_discard_bio(struct thin_c *tc, struct bio *bio) in process_discard_bio()
1611 static void break_sharing(struct thin_c *tc, struct bio *bio, dm_block_t block, in break_sharing()
1643 struct bio *bio; in __remap_and_issue_shared_cell() local
1663 struct bio *bio; in remap_and_issue_shared_cell() local
1680 static void process_shared_bio(struct thin_c *tc, struct bio *bio, in process_shared_bio()
1714 static void provision_block(struct thin_c *tc, struct bio *bio, dm_block_t block, in provision_block()
1767 struct bio *bio = cell->holder; in process_cell() local
1818 static void process_bio(struct thin_c *tc, struct bio *bio) in process_bio()
1836 static void __process_bio_read_only(struct thin_c *tc, struct bio *bio, in __process_bio_read_only()
1887 static void process_bio_read_only(struct thin_c *tc, struct bio *bio) in process_bio_read_only()
1897 static void process_bio_success(struct thin_c *tc, struct bio *bio) in process_bio_success()
1902 static void process_bio_fail(struct thin_c *tc, struct bio *bio) in process_bio_fail()
1930 static void __thin_bio_rb_add(struct thin_c *tc, struct bio *bio) in __thin_bio_rb_add()
1957 struct bio *bio; in __extract_sorted_bios() local
1972 struct bio *bio; in __sort_thin_deferred_bios() local
1995 struct bio *bio; in process_thin_deferred_bios() local
2173 struct bio *bio; in process_deferred_bios() local
2487 static void thin_defer_bio(struct thin_c *tc, struct bio *bio) in thin_defer_bio()
2499 static void thin_defer_bio_with_throttle(struct thin_c *tc, struct bio *bio) in thin_defer_bio_with_throttle()
2522 static void thin_hook_bio(struct thin_c *tc, struct bio *bio) in thin_hook_bio()
2536 static int thin_bio_map(struct dm_target *ti, struct bio *bio) in thin_bio_map()
3228 static int pool_map(struct dm_target *ti, struct bio *bio) in pool_map()
4095 static int thin_map(struct dm_target *ti, struct bio *bio) in thin_map()
4102 static int thin_endio(struct dm_target *ti, struct bio *bio, int err) in thin_endio()