Searched refs:ISODCL (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/uapi/linux/
H A Diso_fs.h13 #define ISODCL(from, to) (to - from + 1) macro
16 __u8 type[ISODCL(1,1)]; /* 711 */
17 char id[ISODCL(2,6)];
18 __u8 version[ISODCL(7,7)];
19 __u8 data[ISODCL(8,2048)];
30 __u8 type [ISODCL ( 1, 1)]; /* 711 */
31 char id [ISODCL ( 2, 6)];
32 __u8 version [ISODCL ( 7, 7)]; /* 711 */
33 __u8 unused1 [ISODCL ( 8, 8)];
34 char system_id [ISODCL (
[all...]

Completed in 84 milliseconds