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 | 1208 static int perform_admin_operation(struct vdo *vdo, u32 starting_phase, in perform_admin_operation() function 1482 result = perform_admin_operation(vdo, PRE_LOAD_PHASE_START, pre_load_callback, in vdo_initialize() 1732 result = perform_admin_operation(vdo, PREPARE_GROW_PHYSICAL_PHASE_START, in prepare_to_grow_physical() 2107 result = perform_admin_operation(vdo, SUSPEND_PHASE_START, suspend_callback, in vdo_postsuspend() 2523 result = perform_admin_operation(vdo, GROW_LOGICAL_PHASE_START, in perform_grow_logical() 2692 result = perform_admin_operation(vdo, GROW_PHYSICAL_PHASE_START, in perform_grow_physical() 2749 result = perform_admin_operation(vdo, LOAD_PHASE_START, load_callback, in vdo_preresume_registered() 2758 perform_admin_operation(vdo, SUSPEND_PHASE_START, in vdo_preresume_registered() 2772 perform_admin_operation(vdo, SUSPEND_PHASE_START, in vdo_preresume_registered() 2812 result = perform_admin_operation(vdo, RESUME_PHASE_START, resume_callback, in vdo_preresume_registered()
|