Definition at line 124 of file dvd_udf.c.
Public Attributes | |
| int | avdp_valid |
| struct avdp_t | avdp |
| int | pvd_valid |
| struct pvd_t | pvd |
| int | partition_valid |
| struct Partition | partition |
| int | rooticb_valid |
| struct AD | rooticb |
| int | lb_num |
| struct lbudf * | lbs |
| int | map_num |
| struct icbmap * | maps |
struct avdp_t udf_cache::avdp [read] |
struct pvd_t udf_cache::pvd [read] |
struct Partition udf_cache::partition [read] |
struct AD udf_cache::rooticb [read] |
struct lbudf* udf_cache::lbs [read] |
Definition at line 134 of file dvd_udf.c.
Referenced by FreeUDFCache(), GetUDFCache(), and SetUDFCache().
struct icbmap* udf_cache::maps [read] |
Definition at line 136 of file dvd_udf.c.
Referenced by FreeUDFCache(), GetUDFCache(), and SetUDFCache().
1.5.5