Home
last modified time | relevance | path

Searched refs:devs_min (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/btrfs/
Dvolumes.c38 .devs_min = 4,
50 .devs_min = 2,
62 .devs_min = 1,
74 .devs_min = 2,
86 .devs_min = 1,
98 .devs_min = 2,
110 .devs_min = 3,
1837 if (num_devices < btrfs_raid_array[i].devs_min) { in btrfs_check_raid_min_devices()
4632 int devs_min; /* min devs needed */ in __btrfs_alloc_chunk() local
4658 devs_min = btrfs_raid_array[index].devs_min; in __btrfs_alloc_chunk()
[all …]
Dvolumes.h343 int devs_min; /* min devs needed */ member
Dextent-tree.c4033 if (num_devices >= btrfs_raid_array[raid_type].devs_min) in btrfs_reduce_alloc_profile()