Go to the documentation of this file.
41 #define UDF_CHAR_SET_TYPE 0
42 #define UDF_CHAR_SET_INFO "OSTA Compressed Unicode"
46 #define UDF_ID_DEVELOPER "*Linux UDFFS"
47 #define UDF_ID_COMPLIANT "*OSTA UDF Compliant"
48 #define UDF_ID_LV_INFO "*UDF LV Info"
49 #define UDF_ID_FREE_EA "*UDF FreeEASpace"
50 #define UDF_ID_FREE_APP_EA "*UDF FreeAppEASpace"
51 #define UDF_ID_DVD_CGMS "*UDF DVD CGMS Info"
52 #define UDF_ID_OS2_EA "*UDF OS/2 EA"
53 #define UDF_ID_OS2_EA_LENGTH "*UDF OS/2 EALength"
54 #define UDF_ID_MAC_VOLUME "*UDF Mac VolumeInfo"
55 #define UDF_ID_MAC_FINDER "*UDF Mac FinderInfo"
56 #define UDF_ID_MAC_UNIQUE "*UDF Mac UniqueIDTable"
57 #define UDF_ID_MAC_RESOURCE "*UDF Mac ResourceFork"
58 #define UDF_ID_VIRTUAL "*UDF Virtual Partition"
59 #define UDF_ID_SPARABLE "*UDF Sparable Partition"
60 #define UDF_ID_ALLOC "*UDF Virtual Alloc Tbl"
61 #define UDF_ID_SPARING "*UDF Sparing Table"
62 #define UDF_ID_METADATA "*UDF Metadata Partition"
65 #define IS_DF_HARD_WRITE_PROTECT 0x01
66 #define IS_DF_SOFT_WRITE_PROTECT 0x02
168 #define ICBTAG_FILE_TYPE_VAT15 0x00U
186 #define ICBTAG_FILE_TYPE_VAT20 0xF8U
205 #define ICBTAG_FILE_TYPE_MAIN 0xFA
206 #define ICBTAG_FILE_TYPE_MIRROR 0xFB
207 #define ICBTAG_FILE_TYPE_BITMAP 0xFC
215 #define AD_IU_EXT_ERASED 0x0001
218 #define ICBTAG_FILE_TYPE_REALTIME 0xF9U
243 #define UDF_ID_UNIQUE_ID "*UDF Unique ID Mapping Data"
244 #define UDF_ID_NON_ALLOC "*UDF Non-Allocatable Space"
245 #define UDF_ID_POWER_CAL "*UDF Power Cal Table"
246 #define UDF_ID_BACKUP "*UDF Backup"
249 #define UDF_OS_CLASS_UNDEF 0x00U
250 #define UDF_OS_CLASS_DOS 0x01U
251 #define UDF_OS_CLASS_OS2 0x02U
252 #define UDF_OS_CLASS_MAC 0x03U
253 #define UDF_OS_CLASS_UNIX 0x04U
254 #define UDF_OS_CLASS_WIN9X 0x05U
255 #define UDF_OS_CLASS_WINNT 0x06U
256 #define UDF_OS_CLASS_OS400 0x07U
257 #define UDF_OS_CLASS_BEOS 0x08U
258 #define UDF_OS_CLASS_WINCE 0x09U
260 #define UDF_OS_ID_UNDEF 0x00U
261 #define UDF_OS_ID_DOS 0x00U
262 #define UDF_OS_ID_OS2 0x00U
263 #define UDF_OS_ID_MAC 0x00U
264 #define UDF_OS_ID_MAX_OSX 0x01U
265 #define UDF_OS_ID_UNIX 0x00U
266 #define UDF_OS_ID_AIX 0x01U
267 #define UDF_OS_ID_SOLARIS 0x02U
268 #define UDF_OS_ID_HPUX 0x03U
269 #define UDF_OS_ID_IRIX 0x04U
270 #define UDF_OS_ID_LINUX 0x05U
271 #define UDF_OS_ID_MKLINUX 0x06U
272 #define UDF_OS_ID_FREEBSD 0x07U
273 #define UDF_OS_ID_WIN9X 0x00U
274 #define UDF_OS_ID_WINNT 0x00U
275 #define UDF_OS_ID_OS400 0x00U
276 #define UDF_OS_ID_BEOS 0x00U
277 #define UDF_OS_ID_WINCE 0x00U