Home
last modified time | relevance | path

Searched refs:pslice_start (Results 1 – 3 of 3) sorted by relevance

/system/ulib/fvm-host/
A Dsparse-paver.cpp97 uint32_t pslice_start = 0; in AddExtent() local
111 if (!pslice_start) { in AddExtent()
112 pslice_start = pslice; in AddExtent()
116 if (pslice != pslice_start + pslice_total) { in AddExtent()
/system/ulib/fvm-host/container/
A Dfvm.cpp385 uint32_t pslice_start = 0; in AddPartition() local
408 if (!pslice_start) { in AddPartition()
409 pslice_start = pslice; in AddPartition()
413 if (pslice != pslice_start + pslice_total) { in AddPartition()
434 partition.pslice_start = pslice_start; in AddPartition()
474 uint32_t pslice_start = partition->pslice_start; in WritePartition() local
478 if ((status = WriteExtent(extent_index++, format, &pslice_start)) != ZX_OK) { in WritePartition()
/system/ulib/fvm-host/include/fvm-host/
A Dcontainer.h74 uint32_t pslice_start; member

Completed in 4 milliseconds