Searched refs:pslice_start (Results 1 – 3 of 3) sorted by relevance
97 uint32_t pslice_start = 0; in AddExtent() local111 if (!pslice_start) { in AddExtent()112 pslice_start = pslice; in AddExtent()116 if (pslice != pslice_start + pslice_total) { in AddExtent()
385 uint32_t pslice_start = 0; in AddPartition() local408 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() local478 if ((status = WriteExtent(extent_index++, format, &pslice_start)) != ZX_OK) { in WritePartition()
74 uint32_t pslice_start; member
Completed in 4 milliseconds