Lines Matching +full:0 +full:x260
10 * Even UDF 2.6 media should have version <= 0x250 but apparently there are
11 * some broken filesystems with version set to 0x260. Accommodate those.
13 #define UDF_MAX_READ_VERSION 0x0260
14 #define UDF_MAX_WRITE_VERSION 0x0201
16 #define UDF_FLAG_USE_EXTENDED_FE 0
17 #define UDF_VERS_USE_EXTENDED_FE 0x0200
19 #define UDF_VERS_USE_STREAMS 0x0200
38 #define UDF_PART_FLAG_UNALLOC_BITMAP 0x0001
39 #define UDF_PART_FLAG_UNALLOC_TABLE 0x0002
40 #define UDF_PART_FLAG_READ_ONLY 0x0010
41 #define UDF_PART_FLAG_WRITE_ONCE 0x0020
42 #define UDF_PART_FLAG_REWRITABLE 0x0040
43 #define UDF_PART_FLAG_OVERWRITABLE 0x0080
47 #define UDF_TYPE1_MAP15 0x1511U
48 #define UDF_VIRTUAL_MAP15 0x1512U
49 #define UDF_VIRTUAL_MAP20 0x2012U
50 #define UDF_SPARABLE_MAP15 0x1522U
51 #define UDF_METADATA_MAP25 0x2511U
55 #define MF_DUPLICATE_MD 0x01
56 #define MF_MIRROR_FE_LOADED 0x02