Searched defs:btrfs_io_context (Results 1 – 1 of 1) sorted by relevance
426 struct btrfs_io_context { struct427 refcount_t refs;428 struct btrfs_fs_info *fs_info;430 u64 map_type;431 struct bio *orig_bio;432 atomic_t error;433 u16 max_errors;435 u64 logical;436 u64 size;438 struct list_head rst_ordered_entry;[all …]