Lines Matching defs:btrfs_raid_bio
61 struct btrfs_raid_bio { struct
62 struct btrfs_fs_info *fs_info;
63 struct btrfs_bio *bbio;
70 struct list_head hash_list;
75 struct list_head stripe_cache;
80 struct btrfs_work work;
87 struct bio_list bio_list;
88 spinlock_t bio_list_lock;
96 struct list_head plug_list;
102 unsigned long flags;
105 int stripe_len;
108 int nr_data;
110 int real_stripes;
112 int stripe_npages;
119 enum btrfs_rbio_ops operation;
122 int faila;
125 int failb;
127 int scrubp;
132 int nr_pages;
139 int bio_list_bytes;
141 int generic_bio_cnt;
143 refcount_t refs;
145 atomic_t stripes_pending;
147 atomic_t error;
177 static int __raid56_parity_recover(struct btrfs_raid_bio *rbio); argument