Home
last modified time | relevance | path

Searched refs:btrfs_failed_bio (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/fs/btrfs/
H A Dbio.c23 struct btrfs_failed_bio { struct
137 static int next_repair_mirror(struct btrfs_failed_bio *fbio, int cur_mirror) in next_repair_mirror()
144 static int prev_repair_mirror(struct btrfs_failed_bio *fbio, int cur_mirror) in prev_repair_mirror()
151 static void btrfs_repair_done(struct btrfs_failed_bio *fbio) in btrfs_repair_done()
162 struct btrfs_failed_bio *fbio = repair_bbio->private; in btrfs_end_repair_bio()
210 static struct btrfs_failed_bio *repair_one_sector(struct btrfs_bio *failed_bbio, in repair_one_sector()
213 struct btrfs_failed_bio *fbio) in repair_one_sector()
266 struct btrfs_failed_bio *fbio = NULL; in btrfs_check_read_bio()
909 sizeof(struct btrfs_failed_bio))) in btrfs_bioset_init()