Lines Matching defs:bch_extent_rebalance
5 struct bch_extent_rebalance { struct
7 __u64 type:6,
8 unused:3,
10 promote_target_from_inode:1,
11 erasure_code_from_inode:1,
12 data_checksum_from_inode:1,
13 background_compression_from_inode:1,
14 data_replicas_from_inode:1,
15 background_target_from_inode:1,
17 promote_target:16,
18 erasure_code:1,
19 data_checksum:4,
20 data_replicas:4,
21 background_compression:8, /* enum bch_compression_opt */
22 background_target:16;