Lines Matching refs:pwarn
492 pwarn("Orphan directories not cleared or reconnected:\n"); in checkfilesys()
550 pwarn("Reclaimed: %d directories, %d files, %lld fragments\n", in checkfilesys()
564 pwarn("%ld files, %lld used, %lld free " in checkfilesys()
571 pwarn("\nFilesystem summary:\n"); in checkfilesys()
572 pwarn("Inodes in use: %ld\n", (long)n_files); in checkfilesys()
573 pwarn("Blocks in use: %lld\n", (longlong_t)n_blks); in checkfilesys()
574 pwarn("Total free fragments: %lld\n", in checkfilesys()
576 pwarn("Free fragments not in blocks: %lld\n", in checkfilesys()
578 pwarn("Total free blocks: %lld\n", (longlong_t)n_bfree); in checkfilesys()
579 pwarn("Fragment/block fragmentation: %.1f%%\n", in checkfilesys()
581 pwarn(""); in checkfilesys()
584 pwarn("%d inodes missing\n", -files); in checkfilesys()
586 pwarn("%lld blocks missing\n", -(longlong_t)blks); in checkfilesys()
592 pwarn("The following zero " in checkfilesys()