Searched refs:kExtentDescriptorMagic (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/fvm/include/fvm/
H A Dfvm-sparse.h74 constexpr uint64_t kExtentDescriptorMagic = (0xa5b8742906e8382eull); member in namespace:fvm
/fuchsia/zircon/system/host/fvm/container/
H A Dsparse.cpp380 extent.magic = fvm::kExtentDescriptorMagic;
/fuchsia/zircon/system/uapp/disk-pave/
H A Dpave-lib.cpp558 if (ext->magic != fvm::kExtentDescriptorMagic) {
582 if (ext->magic != fvm::kExtentDescriptorMagic) {

Completed in 98 milliseconds