direrror
void direrror(ino_t, char *);
direrror(inp->i_number, "DIRECTORY TOO SHORT");
direrror(idesc->id_number, "BAD INODE NUMBER FOR '.'");
direrror(idesc->id_number, "BAD TYPE VALUE FOR '.'");
direrror(idesc->id_number, "MISSING '.'");
direrror(idesc->id_number, "BAD TYPE VALUE FOR '..'");
direrror(idesc->id_number, "EXTRA '.' ENTRY");
direrror(idesc->id_number, "EXTRA '..' ENTRY");
direrror(idesc->id_number, msg);
void direrror(ino_t, char *);
direrror(inp->i_number, "DIRECTORY TOO SHORT");
direrror(idesc->id_number, "BAD INODE NUMBER FOR '.'");
direrror(idesc->id_number, "BAD TYPE VALUE FOR '.'");
direrror(idesc->id_number, "MISSING '.'");
direrror(idesc->id_number, "BAD TYPE VALUE FOR '..'");
direrror(idesc->id_number, "EXTRA '.' ENTRY");
direrror(idesc->id_number, "EXTRA '..' ENTRY");
direrror(idesc->id_number, msg);