Lines Matching defs:btrfs_raid_bio
62 struct btrfs_raid_bio { struct
63 struct btrfs_fs_info *fs_info;
64 struct btrfs_bio *bbio;
71 struct list_head hash_list;
76 struct list_head stripe_cache;
81 struct btrfs_work work;
88 struct bio_list bio_list;
89 spinlock_t bio_list_lock;
97 struct list_head plug_list;
103 unsigned long flags;
106 int stripe_len;
109 int nr_data;
111 int real_stripes;
113 int stripe_npages;
120 enum btrfs_rbio_ops operation;
123 int faila;
126 int failb;
128 int scrubp;
133 int nr_pages;
140 int bio_list_bytes;
142 int generic_bio_cnt;
144 refcount_t refs;
146 atomic_t stripes_pending;
148 atomic_t error;
178 static int __raid56_parity_recover(struct btrfs_raid_bio *rbio); argument