Searched refs:vdo_state (Results 1 – 5 of 5) sorted by relevance
78 enum vdo_state { enum99 static inline bool __must_check vdo_state_requires_read_only_rebuild(enum vdo_state state) in vdo_state_requires_read_only_rebuild()110 static inline bool __must_check vdo_state_requires_recovery(enum vdo_state state) in vdo_state_requires_recovery()
215 enum vdo_state load_state;323 enum vdo_state __must_check vdo_get_state(const struct vdo *vdo);325 void vdo_set_state(struct vdo *vdo, enum vdo_state state);
860 enum vdo_state vdo_get_state(const struct vdo *vdo) in vdo_get_state()862 enum vdo_state state = atomic_read(&vdo->state); in vdo_get_state()876 void vdo_set_state(struct vdo *vdo, enum vdo_state state) in vdo_set_state()1490 static const char *vdo_describe_state(enum vdo_state state) in vdo_describe_state()1513 enum vdo_state state = vdo_get_state(vdo); in get_vdo_statistics()
613 enum vdo_state state;
2685 enum vdo_state prior_state = in finish_scrubbing()