Home
last modified time | relevance | path

Searched refs:vdo_state (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dtypes.h78 enum vdo_state { enum
99 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()
H A Dvdo.h215 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);
H A Dvdo.c860 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()
H A Dencodings.h613 enum vdo_state state;
H A Dslab-depot.c2685 enum vdo_state prior_state = in finish_scrubbing()