Lines Matching defs:btrfs_raid_bio
69 struct btrfs_raid_bio { struct
70 struct btrfs_fs_info *fs_info;
71 struct btrfs_bio *bbio;
78 struct list_head hash_list;
83 struct list_head stripe_cache;
88 struct btrfs_work work;
95 struct bio_list bio_list;
96 spinlock_t bio_list_lock;
104 struct list_head plug_list;
110 unsigned long flags;
113 int stripe_len;
116 int nr_data;
118 int real_stripes;
120 int stripe_npages;
127 enum btrfs_rbio_ops operation;
130 int faila;
133 int failb;
135 int scrubp;
140 int nr_pages;
147 int bio_list_bytes;
149 int generic_bio_cnt;
151 atomic_t refs;
153 atomic_t stripes_pending;
155 atomic_t error;
179 static int __raid56_parity_recover(struct btrfs_raid_bio *rbio); argument