error_msg 705 ufs/ext2fs/ext2fs_lookup.c char * error_msg = NULL;
error_msg 710 ufs/ext2fs/ext2fs_lookup.c error_msg = "rec_len is smaller than minimal";
error_msg 712 ufs/ext2fs/ext2fs_lookup.c error_msg = "rec_len % 4 != 0";
error_msg 714 ufs/ext2fs/ext2fs_lookup.c error_msg = "reclen is too small for name_len";
error_msg 716 ufs/ext2fs/ext2fs_lookup.c error_msg = "directory entry across blocks";
error_msg 719 ufs/ext2fs/ext2fs_lookup.c error_msg = "inode out of bounds";
error_msg 721 ufs/ext2fs/ext2fs_lookup.c if (error_msg != NULL) {
error_msg 724 ufs/ext2fs/ext2fs_lookup.c error_msg, entryoffsetinblock,
error_msg 729 ufs/ext2fs/ext2fs_lookup.c return error_msg == NULL ? 0 : 1;