Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
A Dadmin-state.c20 static const struct admin_state_code VDO_CODE_OPERATING = {
42 static const struct admin_state_code VDO_CODE_LOADING = {
68 static const struct admin_state_code VDO_CODE_NEW = {
158 const struct admin_state_code *operation) in get_next_state()
223 const struct admin_state_code *operation, in begin_operation()
268 const struct admin_state_code *operation, in start_operation()
323 const struct admin_state_code *operation, in vdo_start_draining()
387 const struct admin_state_code *operation, in vdo_start_loading()
437 const struct admin_state_code *operation, in vdo_start_resuming()
486 const struct admin_state_code *operation) in vdo_start_operation()
[all …]
A Dadmin-state.h12 struct admin_state_code { struct
37 extern const struct admin_state_code *VDO_ADMIN_STATE_NEW;
53 const struct admin_state_code *current_state;
55 const struct admin_state_code *next_state;
69 static inline const struct admin_state_code * __must_check
82 const struct admin_state_code *code) in vdo_set_admin_state_code()
143 const struct admin_state_code *operation,
151 const struct admin_state_code *operation,
161 const struct admin_state_code *operation,
169 const struct admin_state_code *operation);
[all …]
A Daction-manager.h86 const struct admin_state_code *__must_check
98 const struct admin_state_code *operation,
104 const struct admin_state_code *operation,
A 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()
A 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);
A Dlogical-zone.h72 const struct admin_state_code *operation,
A Dslab-depot.h571 const struct admin_state_code *operation,
588 const struct admin_state_code *operation,
A Drecovery-journal.h302 const struct admin_state_code *operation,
A Dblock-map.h339 void vdo_drain_block_map(struct block_map *map, const struct admin_state_code *operation,
A 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()
A Dlogical-zone.c188 const struct admin_state_code *operation, in vdo_drain_logical_zones()
A Dio-submitter.c345 const struct admin_state_code *code = vdo_get_admin_state(completion->vdo); in __submit_metadata_vio()
A 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()
A Dflush.c400 const struct admin_state_code *code = vdo_get_admin_state_code(&flusher->state); in vdo_launch_flush()
A Drecovery-journal.c1633 const struct admin_state_code *operation, in vdo_drain_recovery_journal()
A Dvdo.c889 const struct admin_state_code *vdo_get_admin_state(const struct vdo *vdo) in vdo_get_admin_state()
A Ddm-vdo-target.c900 const struct admin_state_code *code = vdo_get_admin_state_code(&vdo->admin.state); in vdo_map_bio()
A Dblock-map.c2998 void vdo_drain_block_map(struct block_map *map, const struct admin_state_code *operation, in vdo_drain_block_map()

Completed in 52 milliseconds