Home
last modified time | relevance | path

Searched refs:jpath_blocks (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/mkhybrid/dist/
H A Djoliet.c356 tablesize = jpath_blocks << 11; in generate_joliet_path_tables()
1003 xfwrite(jpath_table_l, 1, jpath_blocks << 11, outfile); in FDECL1()
1004 xfwrite(jpath_table_m, 1, jpath_blocks << 11, outfile); in FDECL1()
1005 last_extent_written += 2*jpath_blocks; in FDECL1()
1065 jpath_table[2] = jpath_table[0] + jpath_blocks; in FDECL1()
1068 last_extent += 2*jpath_blocks; in FDECL1()
H A Dmkisofs.c73 unsigned int jpath_blocks = 0; variable
1688 jpath_blocks = (jpath_table_size + (SECTOR_SIZE - 1)) >> 11; in FDECL2()
1689 if (jpath_blocks & 1) jpath_blocks++; in FDECL2()
H A Dmkisofs.h279 extern unsigned int jpath_blocks;