taglinefilesource code
error_msg79fs/ext2/dir.cchar * error_msg = NULL;
error_msg82fs/ext2/dir.cerror_msg = "rec_len is smaller than minimal";
error_msg84fs/ext2/dir.cerror_msg = "rec_len % 4 != 0";
error_msg86fs/ext2/dir.cerror_msg = "rec_len is too small for name_len";
error_msg89fs/ext2/dir.cerror_msg = "directory entry across blocks";
error_msg91fs/ext2/dir.cerror_msg = "inode out of bounds";
error_msg93fs/ext2/dir.cif (error_msg != NULL)
error_msg96fs/ext2/dir.cerror_msg, offset, (unsigned long) de->inode, de->rec_len,
error_msg98fs/ext2/dir.creturn error_msg == NULL ? 1 : 0;