Home
last modified time | relevance | path

Searched refs:vdo_get_admin_state (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dvdo.h313 const struct admin_state_code * __must_check vdo_get_admin_state(const struct vdo *vdo);
H A Dio-submitter.c345 const struct admin_state_code *code = vdo_get_admin_state(completion->vdo); in __submit_metadata_vio()
H A Ddm-vdo-target.c1815 bool may_grow = (vdo_get_admin_state(vdo) != VDO_ADMIN_STATE_PRE_LOADED); in prepare_to_modify()
2115 vdo_get_admin_state(vdo)->name); in vdo_postsuspend()
2736 if (vdo_get_admin_state(vdo) == VDO_ADMIN_STATE_PRE_LOADED) { in vdo_preresume_registered()
2783 if (vdo_get_admin_state(vdo)->normal) { in vdo_preresume_registered()
H A Dvdo.c689 BUG_ON(vdo_get_admin_state(vdo)->normal); in vdo_destroy()
889 const struct admin_state_code *vdo_get_admin_state(const struct vdo *vdo) in vdo_get_admin_state() function