Home
last modified time | relevance | path

Searched defs:btrfs_dev_replace (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/btrfs/
Dfs.h244 struct btrfs_dev_replace { struct
246 u64 replace_state;
248 time64_t time_started;
250 time64_t time_stopped;
251 atomic64_t num_write_errors;
252 atomic64_t num_uncorrectable_read_errors;
254 u64 cursor_left;
255 u64 committed_cursor_left;
256 u64 cursor_left_last_write_of_item;
257 u64 cursor_right;
[all …]
/kernel/linux/linux-5.10/fs/btrfs/
Dctree.h381 struct btrfs_dev_replace { struct
382 u64 replace_state; /* see #define above */
383 time64_t time_started; /* seconds since 1-Jan-1970 */
384 time64_t time_stopped; /* seconds since 1-Jan-1970 */
385 atomic64_t num_write_errors;
386 atomic64_t num_uncorrectable_read_errors;
388 u64 cursor_left;
389 u64 committed_cursor_left;
390 u64 cursor_left_last_write_of_item;
391 u64 cursor_right;
[all …]