Lines Matching defs:btrfs_raid_bio
45 struct btrfs_raid_bio { struct
46 struct btrfs_fs_info *fs_info;
47 struct btrfs_bio *bbio;
54 struct list_head hash_list;
59 struct list_head stripe_cache;
64 struct btrfs_work work;
71 struct bio_list bio_list;
72 spinlock_t bio_list_lock;
80 struct list_head plug_list;
86 unsigned long flags;
89 int stripe_len;
92 int nr_data;
94 int real_stripes;
96 int stripe_npages;
103 enum btrfs_rbio_ops operation;
106 int faila;
109 int failb;
111 int scrubp;
116 int nr_pages;
123 int bio_list_bytes;
125 int generic_bio_cnt;
127 refcount_t refs;
129 atomic_t stripes_pending;
131 atomic_t error;
161 static int __raid56_parity_recover(struct btrfs_raid_bio *rbio); argument