Searched refs:path_blocks (Results 1 – 3 of 3) sorted by relevance
1040 tablesize = path_blocks << 11; in generate_path_tables()1441 xfwrite(path_table_l, 1, path_blocks << 11, outfile); in FDECL1()1442 xfwrite(path_table_m, 1, path_blocks << 11, outfile); in FDECL1()1443 last_extent_written += 2*path_blocks; in FDECL1()1475 path_table[2] = path_table[0] + path_blocks; in FDECL1()1477 last_extent += 2*path_blocks; in FDECL1()
77 unsigned int path_blocks = 0; variable1584 path_blocks = (path_table_size + (SECTOR_SIZE - 1)) >> 11; in FDECL2()1585 if (path_blocks & 1) path_blocks++; in FDECL2()
273 extern unsigned int path_blocks;