Searched refs:perform_admin_operation (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/md/dm-vdo/ |
| H A D | dm-vdo-target.c | 1209 static int perform_admin_operation(struct vdo *vdo, u32 starting_phase, in perform_admin_operation() function 1483 result = perform_admin_operation(vdo, PRE_LOAD_PHASE_START, pre_load_callback, in vdo_initialize() 1733 result = perform_admin_operation(vdo, PREPARE_GROW_PHYSICAL_PHASE_START, in prepare_to_grow_physical() 2108 result = perform_admin_operation(vdo, SUSPEND_PHASE_START, suspend_callback, in vdo_postsuspend() 2524 result = perform_admin_operation(vdo, GROW_LOGICAL_PHASE_START, in perform_grow_logical() 2693 result = perform_admin_operation(vdo, GROW_PHYSICAL_PHASE_START, in perform_grow_physical() 2750 result = perform_admin_operation(vdo, LOAD_PHASE_START, load_callback, in vdo_preresume_registered() 2759 perform_admin_operation(vdo, SUSPEND_PHASE_START, in vdo_preresume_registered() 2773 perform_admin_operation(vdo, SUSPEND_PHASE_START, in vdo_preresume_registered() 2813 result = perform_admin_operation(vdo, RESUME_PHASE_START, resume_callback, in vdo_preresume_registered()
|