Searched defs:btrfs_io_context (Results 1 – 1 of 1) sorted by relevance
519 struct btrfs_io_context { struct520 refcount_t refs;521 struct btrfs_fs_info *fs_info;523 u64 map_type;524 struct bio *orig_bio;525 atomic_t error;526 u16 max_errors;527 bool use_rst;529 u64 logical;530 u64 size;[all …]