Searched refs:decommit_offset (Results 1 – 2 of 2) sorted by relevance
179 uint64_t decommit_offset = fbl::round_up(start, kPageSize); in ZeroTail() local180 uint64_t decommit_length = end - decommit_offset; in ZeroTail()183 ZX_ASSERT(vmo_.op_range(ZX_VMO_OP_DECOMMIT, decommit_offset, in ZeroTail()
1812 uint64_t decommit_offset = fbl::round_up(len, kMinfsBlockSize); in TruncateInternal() local1813 uint64_t decommit_length = fbl::round_up(inode_.size, kMinfsBlockSize) - decommit_offset; in TruncateInternal()1815 ZX_ASSERT(vmo_.op_range(ZX_VMO_OP_DECOMMIT, decommit_offset, in TruncateInternal()
Completed in 10 milliseconds