Searched refs:IsAllocated (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.cpp40 CachedExtent::IsAllocated() const function in class:CachedExtent
57 if (IsAllocated() == false && IsData() == false)
59 else if (IsAllocated() == false && IsData() == true)
61 else if (IsAllocated() == true && IsData() == true)
162 if (node == NULL || node->IsAllocated() == false)
179 if (found->IsAllocated() == false) {
223 if (node == NULL || node->IsAllocated() == true)
250 if (found->IsAllocated() == true) {
278 if (extent->IsAllocated() == true)
289 if (node->IsAllocated()
[all...]
H A DExtentAllocator.h42 bool IsAllocated() const;

Completed in 48 milliseconds