Lines Matching refs:reason
293 const char *reason = NULL;
322 reason = _(" contains a file system with errors");
324 reason = _(" was not cleanly unmounted");
326 reason = _(" primary superblock features different from backup");
330 reason = _(" has been mounted %u times without being checked");
334 reason = 0;
337 reason = _(" has filesystem last checked time in the future");
339 reason = 0;
343 reason = _(" has gone %u days without being checked");
347 reason = 0;
349 if (reason) {
351 printf(reason, reason_arg);