Searched refs:fileSectorsUsed (Results 1 – 3 of 3) sorted by relevance
101 node->fileSectorsUsed - 1); in debug_print_tree()108 (node->fileSectorsUsed == 0) ? in debug_print_tree()111 + node->fileSectorsUsed - 1); in debug_print_tree()
1793 node->fileSectorsUsed = 1; in cd9660_compute_offsets()1801 node->fileSectorsUsed++; in cd9660_compute_offsets()1808 cd9660_bothendian_dword(node->fileSectorsUsed * in cd9660_compute_offsets()1815 used_bytes += node->fileSectorsUsed * diskStructure->sectorSize; in cd9660_compute_offsets()1844 child->fileSectorsUsed = in cd9660_compute_offsets()1854 used_bytes += child->fileSectorsUsed * in cd9660_compute_offsets()
153 int64_t fileSectorsUsed; member