Searched refs:NO_SPACE (Results 1 – 8 of 8) sorted by relevance
33 NO_SPACE = static_cast<int32_t>(FiemapStatus::ErrorCode::NO_SPACE), enumerator44 static Return NoSpace(uint64_t size) { return Return(ErrorCode::NO_SPACE, size); } in NoSpace()
29 case ErrorCode::NO_SPACE: in string()38 case FiemapStatus::ErrorCode::NO_SPACE: in FromFiemapStatusErrorCode()
3184 if (orig.error_code() != Return::ErrorCode::NO_SPACE) { in AddRequiredSpace()
34 case static_cast<int32_t>(ErrorCode::NO_SPACE): in CastErrorCode()
546 ASSERT_EQ(status.error_code(), FiemapStatus::ErrorCode::NO_SPACE); in TEST_F()551 ASSERT_NE(status.error_code(), FiemapStatus::ErrorCode::NO_SPACE); in TEST_F()
486 return FiemapStatus(FiemapStatus::ErrorCode::NO_SPACE); in AllocateFile()
34 NO_SPACE = -ENOSPC, enumerator
984 ret.error_code() == Return::ErrorCode::NO_SPACE) { in PrepareSnapshotPartitionsForUpdate()