Lines Matching refs:devs_max
47 .devs_max = 0, /* 0 == as many as possible */
60 .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,
5116 int devs_max; member
5146 ctl->devs_max = min_t(int, ctl->devs_max, BTRFS_MAX_DEVS_SYS_CHUNK); in init_alloc_chunk_ctl_policy_regular()
5173 ctl->devs_max = min_t(int, ctl->devs_max, in init_alloc_chunk_ctl_policy_zoned()
5194 ctl->devs_max = btrfs_raid_array[index].devs_max; in init_alloc_chunk_ctl()
5195 if (!ctl->devs_max) in init_alloc_chunk_ctl()
5196 ctl->devs_max = BTRFS_MAX_DEVS(fs_devices->fs_info); in init_alloc_chunk_ctl()
5393 ctl->ndevs = min(ctl->ndevs, ctl->devs_max); in decide_stripe_size()