Lines Matching defs:missing
267 * protects: updates to fs_devices counters like missing devices, rw devices,
895 * means this device was missing at time of FS mount.
900 * b. The missing-disk-which-was-replaced, has
2117 if (args->missing)
2353 * This properly handles the special case of "missing" that a user may pass in,
2371 if (!strcmp(path, "missing")) {
2372 args->missing = true;
5715 * If the number of missing devices is larger than max errors, we can
5863 * dev-replace procedure, only choose it if no other non-missing
6112 * Note that device->missing is handled by the caller, and that the
6516 if (args->missing) {
6664 btrfs_err_rl(fs_info, "devid %llu uuid %pU is missing",
6667 btrfs_warn_rl(fs_info, "devid %llu uuid %pU is missing",
6731 btrfs_err(fs_info, "failed to init missing device %llu: %ld",
6977 "failed to add missing dev %llu: %ld",
6999 * device->missing to one here
7159 * If the @failing_dev is specified, it's accounted as missing.
7182 int missing = 0;
7196 missing++;
7198 missing++;
7200 if (missing > max_tolerated) {
7203 "chunk %llu missing %d devices, max tolerance is %d for writable mount",
7204 em->start, missing, max_tolerated);
7820 "chunk %llu has missing dev extent, have %d expect %d",