taglinefilesource code
error_msg78fs/ext2/dir.cconst char * error_msg = NULL;
error_msg81fs/ext2/dir.cerror_msg = "rec_len is smaller than minimal";
error_msg83fs/ext2/dir.cerror_msg = "rec_len % 4 != 0";
error_msg85fs/ext2/dir.cerror_msg = "rec_len is too small for name_len";
error_msg88fs/ext2/dir.cerror_msg = "directory entry across blocks";
error_msg90fs/ext2/dir.cerror_msg = "inode out of bounds";
error_msg92fs/ext2/dir.cif (error_msg != NULL)
error_msg95fs/ext2/dir.cdir->i_ino, error_msg, offset, (unsigned long) de->inode,
error_msg97fs/ext2/dir.creturn error_msg == NULL ? 1 : 0;