Searched refs:fileSectorsUsed (Results 1 – 3 of 3) sorted by relevance
102 node->fileSectorsUsed - 1); in debug_print_tree()109 (node->fileSectorsUsed == 0) ? in debug_print_tree()112 + node->fileSectorsUsed - 1); in debug_print_tree()
1816 node->fileSectorsUsed = 1; in cd9660_compute_offsets()1824 node->fileSectorsUsed++; in cd9660_compute_offsets()1831 cd9660_bothendian_dword(node->fileSectorsUsed * in cd9660_compute_offsets()1838 used_bytes += node->fileSectorsUsed * diskStructure->sectorSize; in cd9660_compute_offsets()1867 child->fileSectorsUsed = in cd9660_compute_offsets()1877 used_bytes += child->fileSectorsUsed * in cd9660_compute_offsets()
152 int64_t fileSectorsUsed; member