Searched refs:slice (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/host/fvm/container/
H A Dfvm.cpp97 // Read superblock first so we can determine if container has a different slice size.
224 fvm::slice_entry_t* slice = nullptr; local
225 if ((status = GetSlice(slice_index, &slice)) != ZX_OK) {
229 if (slice->Vpart() != vpart_index) {
235 if (slice->Vslice() == last_vslice + 1) {
241 last_vslice = slice->Vslice();
318 fvm::slice_entry_t* slice = nullptr; local
319 if ((status = GetSlice(index, &slice)) != ZX_OK) {
320 fprintf(stderr, "Failed to retrieve slice %u\n", index);
324 if (slice
632 fvm::slice_entry_t* slice = nullptr; local
[all...]
/fuchsia/zircon/system/ulib/minfs/include/minfs/
H A Dallocator.h58 // slice usage and a mechanism to grow the allocation pool.
70 uint32_t UnitsPerSlices(uint32_t slice, uint32_t unit_size) const;
99 // Constant slice size used by FVM.

Completed in 27 milliseconds