Lines Matching refs:devs_max
57 .devs_max = 0, /* 0 == as many as possible */
70 .devs_max = 2,
83 .devs_max = 3,
96 .devs_max = 4,
109 .devs_max = 1,
122 .devs_max = 0,
135 .devs_max = 1,
148 .devs_max = 0,
161 .devs_max = 0,
5135 int devs_max; member
5167 ctl->devs_max = min_t(int, ctl->devs_max, BTRFS_MAX_DEVS_SYS_CHUNK); in init_alloc_chunk_ctl_policy_regular()
5194 ctl->devs_max = min_t(int, ctl->devs_max, in init_alloc_chunk_ctl_policy_zoned()
5215 ctl->devs_max = btrfs_raid_array[index].devs_max; in init_alloc_chunk_ctl()
5216 if (!ctl->devs_max) in init_alloc_chunk_ctl()
5217 ctl->devs_max = BTRFS_MAX_DEVS(fs_devices->fs_info); in init_alloc_chunk_ctl()
5419 ctl->ndevs = min(ctl->ndevs, ctl->devs_max); in decide_stripe_size()