Searched defs:btrfs_io_context (Results 1 – 1 of 1) sorted by relevance
497 struct btrfs_io_context { struct498 refcount_t refs;499 struct btrfs_fs_info *fs_info;500 u64 map_type; /* get from map_lookup->type */501 struct bio *orig_bio;502 atomic_t error;503 int max_errors;504 int num_stripes;505 int mirror_num;506 int num_tgtdevs;[all …]