Home
last modified time | relevance | path

Searched refs:vdo_is_state_resuming (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dadmin-state.h117 static inline bool __must_check vdo_is_state_resuming(const struct admin_state *state) in vdo_is_state_resuming() function
H A Dadmin-state.c462 return (vdo_is_state_resuming(state) && vdo_finish_operation(state, result)); in vdo_finish_resuming_with_result()