Lines Matching defs:btrfs_dev_replace
411 struct btrfs_dev_replace { struct
412 u64 replace_state; /* see #define above */
413 time64_t time_started; /* seconds since 1-Jan-1970 */
414 time64_t time_stopped; /* seconds since 1-Jan-1970 */
415 atomic64_t num_write_errors;
416 atomic64_t num_uncorrectable_read_errors;
418 u64 cursor_left;
419 u64 committed_cursor_left;
420 u64 cursor_left_last_write_of_item;
421 u64 cursor_right;
423 u64 cont_reading_from_srcdev_mode; /* see #define above */
425 int is_valid;
426 int item_needs_writeback;
427 struct btrfs_device *srcdev;
428 struct btrfs_device *tgtdev;
430 struct mutex lock_finishing_cancel_unmount;
431 struct rw_semaphore rwsem;
433 struct btrfs_scrub_progress scrub_progress;
435 struct percpu_counter bio_counter;
436 wait_queue_head_t replace_wait;