Searched refs:ctl_remove_lun (Results 1 – 4 of 4) sorted by relevance
132 * The lun_shutdown() method is the callback for the ctl_remove_lun()213 * To remove a LUN, first call ctl_remove_lun().217 int ctl_remove_lun(struct ctl_be_lun *be_lun);
200 ctl_remove_lun(&lun->cbe_lun); in ctl_backend_ramdisk_shutdown()1088 retval = ctl_remove_lun(&be_lun->cbe_lun); in ctl_backend_ramdisk_rm()
2872 retval = ctl_remove_lun(cbe_lun); in ctl_be_block_rm()3315 ctl_remove_lun(&lun->cbe_lun); in ctl_be_block_shutdown()
4920 ctl_remove_lun(struct ctl_be_lun *be_lun) in ctl_remove_lun() function