Searched refs:ISODCL (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/include/linux/ |
D | iso_fs.h | 12 #define ISODCL(from, to) (to - from + 1) macro 15 char type[ISODCL(1,1)]; /* 711 */ 16 char id[ISODCL(2,6)]; 17 char version[ISODCL(7,7)]; 18 char data[ISODCL(8,2048)]; 29 char type [ISODCL ( 1, 1)]; /* 711 */ 30 char id [ISODCL ( 2, 6)]; 31 char version [ISODCL ( 7, 7)]; /* 711 */ 32 char unused1 [ISODCL ( 8, 8)]; 33 char system_id [ISODCL ( 9, 40)]; /* achars */ [all …]
|