Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dvolumes.c60 .devs_max = 2,
73 .devs_max = 3,
86 .devs_max = 4,
99 .devs_max = 1,
112 .devs_max = 0,
125 .devs_max = 1,
138 .devs_max = 0,
151 .devs_max = 0,
5104 int devs_max; member
5161 ctl->devs_max = min_t(int, ctl->devs_max, in init_alloc_chunk_ctl_policy_zoned()
[all …]
H A Dvolumes.h501 u8 devs_max; /* max devs to use */ member
H A Dblock-group.c4188 num_dev = btrfs_raid_array[btrfs_bg_flags_to_raid_index(type)].devs_max; in get_profile_num_devs()