Home
last modified time | relevance | path

Searched refs:VSLICE_MAX (Results 1 – 6 of 6) sorted by relevance

/system/ulib/fvm/
A Dfvm.cpp77 ZX_DEBUG_ASSERT(result < VSLICE_MAX); in Vslice()
82 ZX_DEBUG_ASSERT(vslice < VSLICE_MAX); in SetVslice()
83 data = (data & ~VSLICE_MASK) | ((vslice & VSLICE_MAX) << VPART_BITS); in SetVslice()
/system/ulib/fvm/include/fvm/
A Dfvm.h80 #define VSLICE_MAX ((1UL << VSLICE_BITS) - 1) macro
81 #define VSLICE_MASK ((VSLICE_MAX) << VPART_BITS)
/system/ulib/fs-management/
A Dfvm.cpp67 } else if ((slice_size * VSLICE_MAX) / VSLICE_MAX != slice_size) { in fvm_init()
/system/dev/block/fvm/
A Dfvm-private.h74 size_t VSliceMax() const { return VSLICE_MAX; } in VSliceMax()
A Dfvm.cpp550 ZX_DEBUG_ASSERT(vslice <= VSLICE_MAX); in AllocatePhysicalSlice()
/system/utest/fvm/
A Dfvm.cpp987 size_t bno = (VSLICE_MAX - 1) * (slice_size / blk_size); in TestVPartitionExtendSparse()
988 ASSERT_EQ(bno / (slice_size / blk_size), (VSLICE_MAX - 1), "bno overflowed"); in TestVPartitionExtendSparse()
994 erequest.offset = VSLICE_MAX; in TestVPartitionExtendSparse()
999 erequest.offset = VSLICE_MAX - 1; in TestVPartitionExtendSparse()
1005 erequest.offset = VSLICE_MAX; in TestVPartitionExtendSparse()
1011 erequest.offset = VSLICE_MAX - 1; in TestVPartitionExtendSparse()

Completed in 16 milliseconds