Lines Matching refs:devs_max
40 .devs_max = 0, /* 0 == as many as possible */
53 .devs_max = 2,
66 .devs_max = 3,
79 .devs_max = 4,
92 .devs_max = 1,
105 .devs_max = 0,
118 .devs_max = 1,
131 .devs_max = 0,
144 .devs_max = 0,
4989 int devs_max; member
5025 ctl->devs_max = min_t(int, ctl->devs_max, in init_alloc_chunk_ctl_policy_regular()
5056 ctl->devs_max = min_t(int, ctl->devs_max, in init_alloc_chunk_ctl_policy_zoned()
5077 ctl->devs_max = btrfs_raid_array[index].devs_max; in init_alloc_chunk_ctl()
5078 if (!ctl->devs_max) in init_alloc_chunk_ctl()
5079 ctl->devs_max = BTRFS_MAX_DEVS(fs_devices->fs_info); in init_alloc_chunk_ctl()
5273 ctl->ndevs = min(ctl->ndevs, ctl->devs_max); in decide_stripe_size()