Searched refs:decommit_length (Results 1 – 2 of 2) sorted by relevance
180 uint64_t decommit_length = end - decommit_offset; in ZeroTail() local182 if (decommit_length > 0) { in ZeroTail()184 decommit_length, nullptr, 0) == ZX_OK); in ZeroTail()
1813 uint64_t decommit_length = fbl::round_up(inode_.size, kMinfsBlockSize) - decommit_offset; in TruncateInternal() local1814 if (decommit_length > 0) { in TruncateInternal()1816 decommit_length, nullptr, 0) == ZX_OK); in TruncateInternal()
Completed in 10 milliseconds