UDF file reading works for strategy 4. What a pain in the ass.

This commit is contained in:
rocky
2006-04-17 03:32:38 +00:00
parent 8a9128cf61
commit e7e73c05d8
6 changed files with 212 additions and 66 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: udf_private.h,v 1.10 2006/04/16 02:34:10 rocky Exp $
$Id: udf_private.h,v 1.11 2006/04/17 03:32:38 rocky Exp $
Copyright (C) 2005, 2006 Rocky Bernstein <rockyb@users.sourceforge.net>
@@ -58,9 +58,10 @@ struct udf_dirent_s
uint32_t i_loc, i_loc_end;
uint64_t dir_left;
uint8_t *sector;
udf_file_entry_t fe;
udf_fileid_desc_t *fid;
uint8_t data[UDF_BLOCKSIZE];
/* This field has to come last because it is variable in length. */
udf_file_entry_t fe;
};
bool udf_get_lba(const udf_file_entry_t *p_udf_fe,