Home
last modified time | relevance | path

Searched refs:PSLICE_UNALLOCATED (Results 1 – 5 of 5) sorted by relevance

/system/dev/block/fvm/
A Dslice-extent.h50 ZX_DEBUG_ASSERT(pslice != PSLICE_UNALLOCATED); in push_back()
A Dvpartition.cpp46 return PSLICE_UNALLOCATED; in SliceGetLocked()
91 ZX_DEBUG_ASSERT(!extent.IsValid() || extent->get(vslice) == PSLICE_UNALLOCATED); in SliceSetLocked()
364 if (pslice == PSLICE_UNALLOCATED) { in BlockImplQueue()
380 if (SliceGetLocked(vslice) == PSLICE_UNALLOCATED) { in BlockImplQueue()
A Dvpartition.h65 return extent.IsValid() && extent->get(vslice) != PSLICE_UNALLOCATED; in SliceCanFree()
A Dfvm.cpp404 if (vp->SliceGetLocked(vslice) != PSLICE_UNALLOCATED) { in AllocateSlicesLocked()
/system/ulib/fvm/include/fvm/
A Dfvm.h85 #define PSLICE_UNALLOCATED 0 macro

Completed in 10 milliseconds