Lines Matching refs:FSCK_EX_ERROR

67 #define XALLOC_EXIT_CODE FSCK_EX_ERROR
151 err(FSCK_EX_ERROR, _("stat of %s failed"), filename); in test_super()
155 err(FSCK_EX_ERROR, _("cannot open %s"), filename); in test_super()
160 err(FSCK_EX_ERROR, in test_super()
167 errx(FSCK_EX_ERROR, _("not a block device or file: %s"), filename); in test_super()
174 err(FSCK_EX_ERROR, _("cannot read %s"), filename); in test_super()
179 err(FSCK_EX_ERROR, _("seek on %s failed"), filename); in test_super()
181 err(FSCK_EX_ERROR, _("cannot read %s"), filename); in test_super()
195 errx(FSCK_EX_ERROR, _("unsupported filesystem features")); in test_super()
234 err(FSCK_EX_ERROR, _("seek on %s failed"), filename); in test_crc()
237 err(FSCK_EX_ERROR, _("cannot read %s"), filename); in test_crc()
239 errx(FSCK_EX_ERROR, _("failed to read %"PRIu32" bytes from file %s"), in test_crc()
254 err(FSCK_EX_ERROR, _("seek on %s failed"), filename); in test_crc()
258 err(FSCK_EX_ERROR, _("cannot read %s"), filename); in test_crc()
418 err(FSCK_EX_ERROR, _("write failed: %s"), path); in do_uncompress()
428 err(FSCK_EX_ERROR, _("lchown failed: %s"), path); in change_file_status()
432 err(FSCK_EX_ERROR, _("chown failed: %s"), path); in change_file_status()
437 err(FSCK_EX_ERROR, _("utimes failed: %s"), path); in change_file_status()
464 err(FSCK_EX_ERROR, _("mkdir failed: %s"), path); in do_directory()
514 err(FSCK_EX_ERROR, _("cannot open %s"), path); in do_file()
520 err(FSCK_EX_ERROR, _("write failed: %s"), path); in do_file()
560 err(FSCK_EX_ERROR, _("symlink failed: %s"), path); in do_symlink()
601 err(FSCK_EX_ERROR, _("mknod failed: %s"), path); in do_special_inode()