Searched refs:execute_steps (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/block/ |
| H A D | sed-opal.c | 395 static int execute_steps(struct opal_dev *dev, in execute_steps() function 2200 ret = execute_steps(dev, erase_steps, ARRAY_SIZE(erase_steps)); in opal_secure_erase_locking_range() 2218 ret = execute_steps(dev, erase_steps, ARRAY_SIZE(erase_steps)); in opal_erase_locking_range() 2246 ret = execute_steps(dev, mbr_steps, ARRAY_SIZE(mbr_steps)); in opal_enable_disable_shadow_mbr() 2271 ret = execute_steps(dev, mbr_steps, ARRAY_SIZE(mbr_steps)); in opal_set_mbr_done() 2292 ret = execute_steps(dev, mbr_steps, ARRAY_SIZE(mbr_steps)); in opal_write_shadow_mbr() 2348 ret = execute_steps(dev, steps, ARRAY_SIZE(steps)); in opal_add_user_to_lr() 2371 ret = execute_steps(dev, psid_revert_steps, in opal_reverttper() 2374 ret = execute_steps(dev, revert_steps, in opal_reverttper() 2403 return execute_steps(dev, unlock_sum_steps, in __opal_lock_unlock() [all …]
|