Symbol: vdo_get_admin_state_code
drivers/md/dm-vdo/action-manager.c
135
return vdo_get_admin_state_code(&manager->state);
drivers/md/dm-vdo/admin-state.c
161
const struct admin_state_code *code = vdo_get_admin_state_code(state);
drivers/md/dm-vdo/admin-state.c
202
if (!vdo_get_admin_state_code(state)->operating)
drivers/md/dm-vdo/admin-state.c
239
vdo_get_admin_state_code(state)->name);
drivers/md/dm-vdo/admin-state.c
335
const struct admin_state_code *code = vdo_get_admin_state_code(state);
drivers/md/dm-vdo/admin-state.h
104
return (vdo_get_admin_state_code(state) == VDO_ADMIN_STATE_SAVED);
drivers/md/dm-vdo/admin-state.h
109
return vdo_get_admin_state_code(state)->draining;
drivers/md/dm-vdo/admin-state.h
114
return vdo_get_admin_state_code(state)->loading;
drivers/md/dm-vdo/admin-state.h
119
return (vdo_get_admin_state_code(state) == VDO_ADMIN_STATE_RESUMING);
drivers/md/dm-vdo/admin-state.h
124
const struct admin_state_code *code = vdo_get_admin_state_code(state);
drivers/md/dm-vdo/admin-state.h
131
return vdo_get_admin_state_code(state)->quiescing;
drivers/md/dm-vdo/admin-state.h
136
return vdo_get_admin_state_code(state)->quiescent;
drivers/md/dm-vdo/admin-state.h
89
return vdo_get_admin_state_code(state)->normal;
drivers/md/dm-vdo/admin-state.h
94
return (vdo_get_admin_state_code(state) == VDO_ADMIN_STATE_SUSPENDING);
drivers/md/dm-vdo/admin-state.h
99
return (vdo_get_admin_state_code(state) == VDO_ADMIN_STATE_SAVING);
drivers/md/dm-vdo/dm-vdo-target.c
2007
if (vdo_get_admin_state_code(state)->quiescent) {
drivers/md/dm-vdo/dm-vdo-target.c
2052
vdo_get_admin_state_code(state), completion);
drivers/md/dm-vdo/dm-vdo-target.c
2056
vdo_drain_block_map(vdo->block_map, vdo_get_admin_state_code(state),
drivers/md/dm-vdo/dm-vdo-target.c
2062
vdo_get_admin_state_code(state), completion);
drivers/md/dm-vdo/dm-vdo-target.c
2066
vdo_drain_slab_depot(vdo->depot, vdo_get_admin_state_code(state),
drivers/md/dm-vdo/dm-vdo-target.c
900
const struct admin_state_code *code = vdo_get_admin_state_code(&vdo->admin.state);
drivers/md/dm-vdo/flush.c
400
const struct admin_state_code *code = vdo_get_admin_state_code(&flusher->state);
drivers/md/dm-vdo/packer.c
769
vdo_get_admin_state_code(&packer->state)->name,
drivers/md/dm-vdo/slab-depot.c
186
code = vdo_get_admin_state_code(&slab->state);
drivers/md/dm-vdo/slab-depot.c
2397
const struct admin_state_code *state = vdo_get_admin_state_code(&slab->state);
drivers/md/dm-vdo/slab-depot.c
2684
const struct admin_state_code *operation = vdo_get_admin_state_code(state);
drivers/md/dm-vdo/slab-depot.c
3443
vdo_get_admin_state_code(&allocator->state);
drivers/md/dm-vdo/slab-depot.c
3460
vdo_get_admin_state_code(&allocator->state);
drivers/md/dm-vdo/slab-depot.c
3520
const struct admin_state_code *operation = vdo_get_admin_state_code(state);
drivers/md/dm-vdo/slab-depot.c
3719
vdo_get_admin_state_code(&scrubber->admin_state)->name,
drivers/md/dm-vdo/slab-depot.c
4888
vdo_get_admin_state_code(&allocator->state),
drivers/md/dm-vdo/slab-depot.c
790
operation = vdo_get_admin_state_code(&journal->slab->state);
drivers/md/dm-vdo/vdo.c
884
return vdo_get_admin_state_code(&vdo->admin.state);