Searched refs:fileSectorsUsed (Results 1 – 3 of 3) sorted by relevance
97 node->fileSectorsUsed - 1); in debug_print_tree()104 (node->fileSectorsUsed == 0) ? in debug_print_tree()107 + node->fileSectorsUsed - 1); in debug_print_tree()
1711 node->fileSectorsUsed = 1; in cd9660_compute_offsets()1719 node->fileSectorsUsed++; in cd9660_compute_offsets()1726 cd9660_bothendian_dword(node->fileSectorsUsed * in cd9660_compute_offsets()1733 used_bytes += node->fileSectorsUsed * diskStructure->sectorSize; in cd9660_compute_offsets()1762 child->fileSectorsUsed = in cd9660_compute_offsets()1772 used_bytes += child->fileSectorsUsed * in cd9660_compute_offsets()
151 int64_t fileSectorsUsed; member