Searched refs:failed_bbio (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/btrfs/
H A Dbio.c238 static struct btrfs_failed_bio *repair_one_sector(struct btrfs_bio *failed_bbio, argument
243 struct btrfs_inode *inode = failed_bbio->inode;
246 const u64 logical = (failed_bbio->saved_iter.bi_sector << SECTOR_SHIFT);
253 failed_bbio->file_offset + bio_offset);
258 failed_bbio->bio.bi_status = BLK_STS_IOERR;
264 fbio->bbio = failed_bbio;
273 repair_bio->bi_iter.bi_sector = failed_bbio->saved_iter.bi_sector;
278 repair_bbio->inode = failed_bbio->inode;
279 repair_bbio->file_offset = failed_bbio->file_offset + bio_offset;
281 mirror = next_repair_mirror(fbio, failed_bbio
[all...]

Completed in 119 milliseconds