Lines Matching defs:missing
245 * protects: updates to fs_devices counters like missing devices, rw devices,
559 * device without a name (a missing device).
934 * means this device was missing at time of FS mount.
939 * b. The missing-disk-which-was-replaced, has
2157 device_path && strcmp(device_path, "missing") == 0)
2421 if (strcmp(device_path, "missing") == 0) {
2422 /* Find first missing device */
5451 * If the number of missing devices is larger than max errors,
5590 * dev-replace procedure, only choose it if no other non-missing
5921 * Note that device->missing is handled by the caller, and that
6658 btrfs_err_rl(fs_info, "devid %llu uuid %pU is missing",
6661 btrfs_warn_rl(fs_info, "devid %llu uuid %pU is missing",
6769 "failed to init missing dev %llu: %ld",
6905 "failed to add missing dev %llu: %ld",
6927 * device->missing to one here
7092 * If the @failing_dev is specified, it's accounted as missing.
7115 int missing = 0;
7129 missing++;
7131 missing++;
7133 if (missing > max_tolerated) {
7136 "chunk %llu missing %d devices, max tolerance is %d for writable mount",
7137 em->start, missing, max_tolerated);
7731 "chunk %llu has missing dev extent, have %d expect %d",