Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dvolumes.c4138 .devs_max = 0, /* 0 == as many as possible */
4146 .devs_max = 2,
4154 .devs_max = 1,
4162 .devs_max = 0,
4170 .devs_max = 1,
4178 .devs_max = 0,
4186 .devs_max = 0,
4234 int devs_max; /* max devs to use */ in __btrfs_alloc_chunk() local
4258 devs_max = btrfs_raid_array[index].devs_max; in __btrfs_alloc_chunk()
4266 if (!devs_max) in __btrfs_alloc_chunk()
[all …]
Dvolumes.h331 int devs_max; /* max devs to use */ member