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.h315 const struct admin_state_code * __must_check vdo_get_admin_state(const struct vdo *vdo);
H A Dio-submitter.c348 const struct admin_state_code *code = vdo_get_admin_state(completion->vdo); in __submit_metadata_vio()
H A Ddm-vdo-target.c1819 bool may_grow = (vdo_get_admin_state(vdo) != VDO_ADMIN_STATE_PRE_LOADED); in prepare_to_modify()
2119 vdo_get_admin_state(vdo)->name); in vdo_postsuspend()
2748 if (vdo_get_admin_state(vdo) == VDO_ADMIN_STATE_PRE_LOADED) { in vdo_preresume_registered()
2808 if (vdo_get_admin_state(vdo)->normal) { in vdo_preresume_registered()
H A Dvdo.c682 BUG_ON(vdo_get_admin_state(vdo)->normal); in vdo_destroy()
882 const struct admin_state_code *vdo_get_admin_state(const struct vdo *vdo) in vdo_get_admin_state() function