Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dvolumes.c37 .devs_max = 0, /* 0 == as many as possible */
49 .devs_max = 2,
61 .devs_max = 1,
73 .devs_max = 0,
85 .devs_max = 1,
97 .devs_max = 0,
109 .devs_max = 0,
4631 int devs_max; /* max devs to use */ in __btrfs_alloc_chunk() local
4657 devs_max = btrfs_raid_array[index].devs_max; in __btrfs_alloc_chunk()
4665 if (!devs_max) in __btrfs_alloc_chunk()
[all …]
Dvolumes.h342 int devs_max; /* max devs to use */ member