Searched refs:fbio (Results 1 - 25 of 29) sorted by relevance
12
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | bio.c | 166 static int next_repair_mirror(struct btrfs_failed_bio *fbio, int cur_mirror) in next_repair_mirror() argument 168 if (cur_mirror == fbio->num_copies) in next_repair_mirror() 169 return cur_mirror + 1 - fbio->num_copies; in next_repair_mirror() 173 static int prev_repair_mirror(struct btrfs_failed_bio *fbio, int cur_mirror) in prev_repair_mirror() argument 176 return fbio->num_copies; in prev_repair_mirror() 180 static void btrfs_repair_done(struct btrfs_failed_bio *fbio) in btrfs_repair_done() argument 182 if (atomic_dec_and_test(&fbio->repair_count)) { in btrfs_repair_done() 183 btrfs_orig_bbio_end_io(fbio->bbio); in btrfs_repair_done() 184 mempool_free(fbio, &btrfs_failed_bio_pool); in btrfs_repair_done() 191 struct btrfs_failed_bio *fbio in btrfs_end_repair_bio() local 233 repair_one_sector(struct btrfs_bio *failed_bbio, u32 bio_offset, struct bio_vec *bv, struct btrfs_failed_bio *fbio) repair_one_sector() argument 289 struct btrfs_failed_bio *fbio = NULL; btrfs_check_read_bio() local [all...] |
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | fbio.h | 5 #include <uapi/asm/fbio.h>
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | fbio.h | 5 #include <uapi/asm/fbio.h>
|
/kernel/linux/linux-6.6/usr/include/ |
H A D | Makefile | 74 no-header-test += asm/fbio.h
|
/kernel/linux/linux-5.10/usr/include/ |
H A D | Makefile | 90 no-header-test += asm/fbio.h
|
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | mach64_cursor.c | 14 #include <asm/fbio.h>
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | mach64_cursor.c | 14 #include <asm/fbio.h>
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | p9100.c | 21 #include <asm/fbio.h>
|
H A D | sbuslib.c | 16 #include <asm/fbio.h>
|
H A D | bw2.c | 23 #include <asm/fbio.h>
|
H A D | tcx.c | 23 #include <asm/fbio.h>
|
H A D | cg14.c | 23 #include <asm/fbio.h>
|
H A D | cg3.c | 23 #include <asm/fbio.h>
|
H A D | leo.c | 22 #include <asm/fbio.h>
|
H A D | ffb.c | 23 #include <asm/fbio.h>
|
H A D | cg6.c | 23 #include <asm/fbio.h>
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | p9100.c | 22 #include <asm/fbio.h>
|
H A D | sbuslib.c | 16 #include <asm/fbio.h>
|
H A D | bw2.c | 24 #include <asm/fbio.h>
|
H A D | cg14.c | 24 #include <asm/fbio.h>
|
H A D | cg3.c | 24 #include <asm/fbio.h>
|
H A D | tcx.c | 24 #include <asm/fbio.h>
|
H A D | leo.c | 23 #include <asm/fbio.h>
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid10.c | 2015 struct bio *tbio, *fbio; in sync_request_write() local 2030 fbio = r10_bio->devs[i].bio; in sync_request_write() 2031 fbio->bi_iter.bi_size = r10_bio->sectors << 9; in sync_request_write() 2032 fbio->bi_iter.bi_idx = 0; in sync_request_write() 2033 fpages = get_resync_pages(fbio)->pages; in sync_request_write() 2087 md_bio_reset_resync_pages(tbio, rp, fbio->bi_iter.bi_size); in sync_request_write() 2095 bio_copy_data(tbio, fbio); in sync_request_write() 2118 && r10_bio->devs[i].bio != fbio) in sync_request_write() 2119 bio_copy_data(tbio, fbio); in sync_request_write()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid10.c | 2407 struct bio *tbio, *fbio; in sync_request_write() local 2422 fbio = r10_bio->devs[i].bio; in sync_request_write() 2423 fbio->bi_iter.bi_size = r10_bio->sectors << 9; in sync_request_write() 2424 fbio->bi_iter.bi_idx = 0; in sync_request_write() 2425 fpages = get_resync_pages(fbio)->pages; in sync_request_write() 2479 md_bio_reset_resync_pages(tbio, rp, fbio->bi_iter.bi_size); in sync_request_write() 2486 bio_copy_data(tbio, fbio); in sync_request_write() 2508 && r10_bio->devs[i].bio != fbio) in sync_request_write() 2509 bio_copy_data(tbio, fbio); in sync_request_write()
|
Completed in 28 milliseconds
12