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()
1797 node->fileSectorsUsed = 1; in cd9660_compute_offsets()1805 node->fileSectorsUsed++; in cd9660_compute_offsets()1812 cd9660_bothendian_dword(node->fileSectorsUsed * in cd9660_compute_offsets()1819 used_bytes += node->fileSectorsUsed * diskStructure->sectorSize; in cd9660_compute_offsets()1848 child->fileSectorsUsed = in cd9660_compute_offsets()1858 used_bytes += child->fileSectorsUsed * in cd9660_compute_offsets()
153 int64_t fileSectorsUsed; member