Lines Matching refs:result
109 static inline bool compaction_made_progress(enum compact_result result) in compaction_made_progress() argument
116 if (result == COMPACT_SUCCESS) in compaction_made_progress()
123 static inline bool compaction_failed(enum compact_result result) in compaction_failed() argument
126 if (result == COMPACT_COMPLETE) in compaction_failed()
133 static inline bool compaction_needs_reclaim(enum compact_result result) in compaction_needs_reclaim() argument
139 if (result == COMPACT_SKIPPED) in compaction_needs_reclaim()
150 static inline bool compaction_withdrawn(enum compact_result result) in compaction_withdrawn() argument
159 if (result == COMPACT_DEFERRED) in compaction_withdrawn()
166 if (result == COMPACT_CONTENDED) in compaction_withdrawn()
173 if (result == COMPACT_PARTIAL_SKIPPED) in compaction_withdrawn()
207 static inline bool compaction_made_progress(enum compact_result result) in compaction_made_progress() argument
212 static inline bool compaction_failed(enum compact_result result) in compaction_failed() argument
217 static inline bool compaction_needs_reclaim(enum compact_result result) in compaction_needs_reclaim() argument
222 static inline bool compaction_withdrawn(enum compact_result result) in compaction_withdrawn() argument