Lines Matching defs:btrfs_io_context
500 struct btrfs_io_context { struct
501 refcount_t refs;
502 struct btrfs_fs_info *fs_info;
504 u64 map_type;
505 struct bio *orig_bio;
506 atomic_t error;
507 u16 max_errors;
508 bool use_rst;
510 u64 logical;
511 u64 size;
513 struct list_head rst_ordered_entry;
519 u16 num_stripes;
527 u16 mirror_num;
562 u16 replace_nr_stripes;
563 s16 replace_stripe_src;
580 u64 full_stripe_logical;
581 struct btrfs_io_stripe stripes[];