Lines Matching defs:devices
1946 "too many missing devices, writable remount is not allowed");
2025 /* Used to sort the devices by max_avail(descending sort) */
2040 * sort the devices by max_avail, in which max free extent size of each device
2044 struct btrfs_device_info *devices,
2047 sort(devices, nr_devices, sizeof(struct btrfs_device_info),
2052 * The helper to calc the free space on the devices that can be used to store
2107 list_for_each_entry_rcu(device, &fs_devices->devices, dev_list) {
2328 * Used by /dev/btrfs-control for devices ioctls.
2415 * Lightweight locking of the devices. We should not need
2422 list_for_each_entry_rcu(dev, &fs_info->fs_devices->devices, dev_list) {