Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dvolumes.c35 .devs_max = 0, /* 0 == as many as possible */
47 .devs_max = 2,
59 .devs_max = 1,
71 .devs_max = 0,
83 .devs_max = 1,
95 .devs_max = 0,
107 .devs_max = 0,
4594 int devs_max; /* max devs to use */ in __btrfs_alloc_chunk() local
4620 devs_max = btrfs_raid_array[index].devs_max; in __btrfs_alloc_chunk()
4628 if (!devs_max) in __btrfs_alloc_chunk()
[all …]
Dvolumes.h329 int devs_max; /* max devs to use */ member