Searched defs:btrfs_io_context (Results 1 – 4 of 4) sorted by relevance
28184 struct btrfs_io_context { struct28185 refcount_t refs;28186 atomic_t stripes_pending;28187 struct btrfs_fs_info *fs_info;28188 u64 map_type;28189 bio_end_io_t *end_io;28190 struct bio *orig_bio;28191 void *private;28192 atomic_t error;28193 int max_errors;[all …]
61768 struct btrfs_io_context { struct61769 refcount_t refs;61770 struct btrfs_fs_info *fs_info;61771 u64 map_type;61772 struct bio *orig_bio;61773 atomic_t error;61774 int max_errors;61775 int num_stripes;61776 int mirror_num;61777 int num_tgtdevs;[all …]