Searched refs:admin_state_code (Results 1 – 18 of 18) sorted by relevance
/linux-6.12.1/drivers/md/dm-vdo/ |
D | admin-state.c | 15 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 …]
|
D | admin-state.h | 12 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 …]
|
D | action-manager.h | 86 const struct admin_state_code *__must_check 98 const struct admin_state_code *operation, 104 const struct admin_state_code *operation,
|
D | action-manager.c | 30 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()
|
D | vdo.h | 236 const struct admin_state_code *suspend_type; 313 const struct admin_state_code * __must_check vdo_get_admin_state(const struct vdo *vdo);
|
D | logical-zone.h | 72 const struct admin_state_code *operation,
|
D | slab-depot.h | 571 const struct admin_state_code *operation, 588 const struct admin_state_code *operation,
|
D | recovery-journal.h | 302 const struct admin_state_code *operation,
|
D | block-map.h | 339 void vdo_drain_block_map(struct block_map *map, const struct admin_state_code *operation,
|
D | slab-depot.c | 173 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()
|
D | logical-zone.c | 188 const struct admin_state_code *operation, in vdo_drain_logical_zones()
|
D | io-submitter.c | 345 const struct admin_state_code *code = vdo_get_admin_state(completion->vdo); in __submit_metadata_vio()
|
D | repair.c | 328 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()
|
D | flush.c | 400 const struct admin_state_code *code = vdo_get_admin_state_code(&flusher->state); in vdo_launch_flush()
|
D | recovery-journal.c | 1633 const struct admin_state_code *operation, in vdo_drain_recovery_journal()
|
D | vdo.c | 889 const struct admin_state_code *vdo_get_admin_state(const struct vdo *vdo) in vdo_get_admin_state()
|
D | dm-vdo-target.c | 900 const struct admin_state_code *code = vdo_get_admin_state_code(&vdo->admin.state); in vdo_map_bio()
|
D | block-map.c | 2998 void vdo_drain_block_map(struct block_map *map, const struct admin_state_code *operation, in vdo_drain_block_map()
|