Lines Matching refs:devs_max
41 .devs_max = 0, /* 0 == as many as possible */
54 .devs_max = 2,
67 .devs_max = 3,
80 .devs_max = 4,
93 .devs_max = 1,
106 .devs_max = 0,
119 .devs_max = 1,
132 .devs_max = 0,
145 .devs_max = 0,
5047 int devs_max; member
5083 ctl->devs_max = min_t(int, ctl->devs_max, in init_alloc_chunk_ctl_policy_regular()
5114 ctl->devs_max = min_t(int, ctl->devs_max, in init_alloc_chunk_ctl_policy_zoned()
5135 ctl->devs_max = btrfs_raid_array[index].devs_max; in init_alloc_chunk_ctl()
5136 if (!ctl->devs_max) in init_alloc_chunk_ctl()
5137 ctl->devs_max = BTRFS_MAX_DEVS(fs_devices->fs_info); in init_alloc_chunk_ctl()
5331 ctl->ndevs = min(ctl->ndevs, ctl->devs_max); in decide_stripe_size()