Searched refs:_NextID (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/headers/private/kernel/disk_device_manager/
H A DKDiskSystem.h108 static int32 _NextID();
H A DKPartition.h213 static int32 _NextID();
/haiku-fatelf/src/system/kernel/disk_device_manager/
H A DKDiskSystem.cpp30 : fID(_NextID()),
394 // _NextID
396 KDiskSystem::_NextID() function in class:KDiskSystem
H A DKPartition.cpp71 fPartitionData.id = id >= 0 ? id : _NextID();
1589 KPartition::_NextID() function in class:KPartition
/haiku-fatelf/src/add-ons/kernel/file_systems/exfat/
H A DVolume.h140 ino_t _NextID() { return fNextId++; } function in class:Volume
H A DVolume.cpp472 node->ino = _NextID();

Completed in 101 milliseconds