Searched refs:failed_bbio (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/fs/btrfs/ |
D | extent_io.h | 275 int btrfs_repair_one_sector(struct inode *inode, struct btrfs_bio *failed_bbio,
|
D | extent_io.c | 794 int btrfs_repair_one_sector(struct inode *inode, struct btrfs_bio *failed_bbio, in btrfs_repair_one_sector() argument 798 u64 start = failed_bbio->file_offset + bio_offset; in btrfs_repair_one_sector() 801 struct bio *failed_bio = &failed_bbio->bio; in btrfs_repair_one_sector() 811 failrec = btrfs_get_io_failure_record(inode, failed_bbio, bio_offset); in btrfs_repair_one_sector() 833 repair_bio = btrfs_bio_alloc(1, REQ_OP_READ, failed_bbio->end_io, in btrfs_repair_one_sector() 834 failed_bbio->private); in btrfs_repair_one_sector() 839 if (failed_bbio->csum) { in btrfs_repair_one_sector() 844 failed_bbio->csum + csum_size * icsum, csum_size); in btrfs_repair_one_sector() 906 struct btrfs_bio *failed_bbio, in submit_data_read_repair() argument 919 BUG_ON(bio_op(&failed_bbio->bio) == REQ_OP_WRITE); in submit_data_read_repair() [all …]
|