Lines Matching defs:btrfs_raid_bio
70 struct btrfs_raid_bio { struct
71 struct btrfs_fs_info *fs_info;
72 struct btrfs_bio *bbio;
79 struct list_head hash_list;
84 struct list_head stripe_cache;
89 struct btrfs_work work;
96 struct bio_list bio_list;
97 spinlock_t bio_list_lock;
105 struct list_head plug_list;
111 unsigned long flags;
114 int stripe_len;
117 int nr_data;
119 int real_stripes;
121 int stripe_npages;
128 enum btrfs_rbio_ops operation;
131 int faila;
134 int failb;
136 int scrubp;
141 int nr_pages;
148 int bio_list_bytes;
150 int generic_bio_cnt;
152 atomic_t refs;
154 atomic_t stripes_pending;
156 atomic_t error;
180 static int __raid56_parity_recover(struct btrfs_raid_bio *rbio); argument