Home
last modified time | relevance | path

Searched refs:admin_state_code (Results 1 – 18 of 18) sorted by relevance

/linux-6.12.1/drivers/md/dm-vdo/
Dadmin-state.c15 static const struct admin_state_code VDO_CODE_NORMAL_OPERATION = {
19 const struct admin_state_code *VDO_ADMIN_STATE_NORMAL_OPERATION = &VDO_CODE_NORMAL_OPERATION;
20 static const struct admin_state_code VDO_CODE_OPERATING = {
25 const struct admin_state_code *VDO_ADMIN_STATE_OPERATING = &VDO_CODE_OPERATING;
26 static const struct admin_state_code VDO_CODE_FORMATTING = {
31 const struct admin_state_code *VDO_ADMIN_STATE_FORMATTING = &VDO_CODE_FORMATTING;
32 static const struct admin_state_code VDO_CODE_PRE_LOADING = {
37 const struct admin_state_code *VDO_ADMIN_STATE_PRE_LOADING = &VDO_CODE_PRE_LOADING;
38 static const struct admin_state_code VDO_CODE_PRE_LOADED = {
41 const struct admin_state_code *VDO_ADMIN_STATE_PRE_LOADED = &VDO_CODE_PRE_LOADED;
[all …]
Dadmin-state.h12 struct admin_state_code { struct
28 extern const struct admin_state_code *VDO_ADMIN_STATE_NORMAL_OPERATION; argument
29 extern const struct admin_state_code *VDO_ADMIN_STATE_OPERATING;
30 extern const struct admin_state_code *VDO_ADMIN_STATE_FORMATTING;
31 extern const struct admin_state_code *VDO_ADMIN_STATE_PRE_LOADING;
32 extern const struct admin_state_code *VDO_ADMIN_STATE_PRE_LOADED;
33 extern const struct admin_state_code *VDO_ADMIN_STATE_LOADING;
34 extern const struct admin_state_code *VDO_ADMIN_STATE_LOADING_FOR_RECOVERY;
35 extern const struct admin_state_code *VDO_ADMIN_STATE_LOADING_FOR_REBUILD;
36 extern const struct admin_state_code *VDO_ADMIN_STATE_WAITING_FOR_RECOVERY;
[all …]
Daction-manager.h86 const struct admin_state_code *__must_check
98 const struct admin_state_code *operation,
104 const struct admin_state_code *operation,
Daction-manager.c30 const struct admin_state_code *operation;
133 const struct admin_state_code *vdo_get_current_manager_operation(struct action_manager *manager) in vdo_get_current_manager_operation()
244 const struct admin_state_code *code = vdo_get_current_manager_operation(manager); in vdo_schedule_default_action()
321 const struct admin_state_code *operation, in vdo_schedule_operation()
352 const struct admin_state_code *operation, in vdo_schedule_operation_with_context()
Dvdo.h236 const struct admin_state_code *suspend_type;
313 const struct admin_state_code * __must_check vdo_get_admin_state(const struct vdo *vdo);
Dlogical-zone.h72 const struct admin_state_code *operation,
Dslab-depot.h571 const struct admin_state_code *operation,
588 const struct admin_state_code *operation,
Drecovery-journal.h302 const struct admin_state_code *operation,
Dblock-map.h339 void vdo_drain_block_map(struct block_map *map, const struct admin_state_code *operation,
Dslab-depot.c173 const struct admin_state_code *code; in check_if_slab_drained()
751 const struct admin_state_code *operation; in write_slab_journal_block()
2311 const struct admin_state_code *state = vdo_get_admin_state_code(&slab->state); in drain_slab()
2601 const struct admin_state_code *operation = vdo_get_admin_state_code(state); in initiate_slab_action()
3364 const struct admin_state_code *operation = in apply_to_slabs()
3381 const struct admin_state_code *operation = in finish_loading_allocator()
3442 const struct admin_state_code *operation = vdo_get_admin_state_code(state); in initiate_load()
4546 const struct admin_state_code *operation = in load_slab_summary()
4590 const struct admin_state_code *operation, in vdo_load_slab_depot()
4845 const struct admin_state_code *operation, in vdo_drain_slab_depot()
Dlogical-zone.c188 const struct admin_state_code *operation, in vdo_drain_logical_zones()
Dio-submitter.c345 const struct admin_state_code *code = vdo_get_admin_state(completion->vdo); in __submit_metadata_vio()
Drepair.c328 const struct admin_state_code *operation; in drain_slab_depot()
886 const struct admin_state_code *operation; in load_slab_depot()
905 const struct admin_state_code *operation; in flush_block_map()
Dflush.c400 const struct admin_state_code *code = vdo_get_admin_state_code(&flusher->state); in vdo_launch_flush()
Drecovery-journal.c1633 const struct admin_state_code *operation, in vdo_drain_recovery_journal()
Dvdo.c889 const struct admin_state_code *vdo_get_admin_state(const struct vdo *vdo) in vdo_get_admin_state()
Ddm-vdo-target.c900 const struct admin_state_code *code = vdo_get_admin_state_code(&vdo->admin.state); in vdo_map_bio()
Dblock-map.c2998 void vdo_drain_block_map(struct block_map *map, const struct admin_state_code *operation, in vdo_drain_block_map()