Searched refs:devs_max (Results 1 – 3 of 3) sorted by relevance
38 .devs_max = 0, /* 0 == as many as possible */51 .devs_max = 2,64 .devs_max = 1,77 .devs_max = 0,90 .devs_max = 1,103 .devs_max = 0,116 .devs_max = 0,4921 int devs_max; /* max devs to use */ in __btrfs_alloc_chunk() local4949 devs_max = btrfs_raid_array[index].devs_max; in __btrfs_alloc_chunk()4950 if (!devs_max) in __btrfs_alloc_chunk()[all …]
360 u8 devs_max; /* max devs to use */ member
2983 num_dev = btrfs_raid_array[btrfs_bg_flags_to_raid_index(type)].devs_max; in get_profile_num_devs()