Searched refs:fAreaCount (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAllocationInfo.cpp33 fAreaCount(0),
115 fAreaCount += count;
195 PRINT(" areas: %9lu, size: %9lu\n", fAreaCount, fAreaSize);
196 areaCount += fAreaCount;
H A DAllocationInfo.h52 size_t fAreaCount; member in class:AllocationInfo
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequests.cpp411 fAreaCount(count)
413 *fAreaCount = 0;
419 for (int32 i = 0; i < *fAreaCount; i++)
479 fAreas[(*fAreaCount)++] = area;
503 int32* fAreaCount; member in struct:RequestRelocator
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp1063 fAreaCount = 0;
1067 fAreaCount++;
1079 fSegmentCount = 1 + fAreaCount;
1341 writer.Write((uint32)fAreaCount);
1586 size_t fAreaCount; member in struct:__anon2::CoreDumper

Completed in 127 milliseconds