Searched full:fbio (Results 1 – 17 of 17) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | bio.c | 154 static int next_repair_mirror(const struct btrfs_failed_bio *fbio, int cur_mirror) in next_repair_mirror() argument 156 if (cur_mirror == fbio->num_copies) in next_repair_mirror() 157 return cur_mirror + 1 - fbio->num_copies; in next_repair_mirror() 161 static int prev_repair_mirror(const struct btrfs_failed_bio *fbio, int cur_mirror) in prev_repair_mirror() argument 164 return fbio->num_copies; in prev_repair_mirror() 168 static void btrfs_repair_done(struct btrfs_failed_bio *fbio) in btrfs_repair_done() argument 170 if (atomic_dec_and_test(&fbio->repair_count)) { in btrfs_repair_done() 171 btrfs_bio_end_io(fbio->bbio, fbio->bbio->bio.bi_status); in btrfs_repair_done() 172 mempool_free(fbio, &btrfs_failed_bio_pool); in btrfs_repair_done() 179 struct btrfs_failed_bio *fbio = repair_bbio->private; in btrfs_end_repair_bio() local [all …]
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | fbio.h | 8 /* Constants used for fbio SunOS compatibility */ 48 /* fbio ioctls */
|
| /linux/drivers/gpu/drm/nouveau/dispnv04/ |
| H A D | arb.c | 145 + 2 /* memory request to fbio block */ in nv10_calc_arb() 146 + 7; /* data returned from fbio block */ in nv10_calc_arb()
|
| /linux/arch/m68k/include/asm/ |
| H A D | fbio.h | 8 /* Constants used for fbio SunOS compatibility */ 48 /* fbio ioctls */
|
| /linux/arch/sparc/include/asm/ |
| H A D | fbio.h | 5 #include <uapi/asm/fbio.h>
|
| /linux/usr/include/ |
| H A D | Makefile | 65 no-header-test += asm/fbio.h
|
| /linux/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | nvidia,tegra30-emc.yaml | 109 FBIO "read" FIFO periodic resetting enabled.
|
| /linux/drivers/video/fbdev/ |
| H A D | p9100.c | 22 #include <asm/fbio.h>
|
| H A D | bw2.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 | cg14.c | 24 #include <asm/fbio.h>
|
| H A D | leo.c | 23 #include <asm/fbio.h>
|
| H A D | cg6.c | 24 #include <asm/fbio.h>
|
| /linux/drivers/md/ |
| H A D | raid10.c | 2345 struct bio *tbio, *fbio; in sync_request_write() local 2360 fbio = r10_bio->devs[i].bio; in sync_request_write() 2361 fbio->bi_iter.bi_size = r10_bio->sectors << 9; in sync_request_write() 2362 fbio->bi_iter.bi_idx = 0; in sync_request_write() 2363 fpages = get_resync_pages(fbio)->pages; in sync_request_write() 2417 md_bio_reset_resync_pages(tbio, rp, fbio->bi_iter.bi_size); in sync_request_write() 2424 bio_copy_data(tbio, fbio); in sync_request_write() 2443 && r10_bio->devs[i].bio != fbio) in sync_request_write() 2444 bio_copy_data(tbio, fbio); in sync_request_write()
|
| /linux/drivers/video/fbdev/nvidia/ |
| H A D | nv_hw.c | 453 mclks += 2; /* fb_cas_n_ memory request to fbio block */ in nv10CalcArbitration() 454 mclks += 7; /* sm_d_rdv data returned from fbio block */ in nv10CalcArbitration()
|
| /linux/drivers/video/fbdev/aty/ |
| H A D | atyfb_base.c | 86 #include <asm/fbio.h>
|