Searched refs:NO_SPACE (Results 1 – 7 of 7) 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()
1684 ASSERT_EQ(Return::ErrorCode::NO_SPACE, res.error_code()); in TEST_F()1842 ASSERT_EQ(FiemapStatus::ErrorCode::NO_SPACE, res.error_code()) << res.string(); in TEST_P()
2125 if (orig.error_code() != Return::ErrorCode::NO_SPACE) { in AddRequiredSpace()
34 case static_cast<int32_t>(ErrorCode::NO_SPACE): in CastErrorCode()
34 NO_SPACE = -ENOSPC, enumerator
778 ret.error_code() == Return::ErrorCode::NO_SPACE) { in PrepareSnapshotPartitionsForUpdate()