HomeSort by: relevance | last modified time | path
    Searched defs:used_bytes (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/makefs/
cd9660.c 1836 int64_t used_bytes = 0; local in function:cd9660_compute_offsets
1888 used_bytes += node->fileSectorsUsed * diskStructure->sectorSize;
1895 used_bytes + startOffset);
1898 used_bytes += r;
1925 used_bytes + startOffset);
1927 used_bytes += child->fileSectorsUsed *
1940 return used_bytes;
cd9660.c 1836 int64_t used_bytes = 0; local in function:cd9660_compute_offsets
1888 used_bytes += node->fileSectorsUsed * diskStructure->sectorSize;
1895 used_bytes + startOffset);
1898 used_bytes += r;
1925 used_bytes + startOffset);
1927 used_bytes += child->fileSectorsUsed *
1940 return used_bytes;

Completed in 23 milliseconds