Searched refs:lun_dev_link (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/target/
H A Dtarget_core_tpg.c622 INIT_LIST_HEAD(&lun->lun_dev_link);
656 list_add_tail(&lun->lun_dev_link, &dev->dev_sep_list);
699 list_del(&lun->lun_dev_link);
H A Dtarget_core_device.c291 list_for_each_entry(lun, &dev->dev_sep_list, lun_dev_link) {
783 INIT_LIST_HEAD(&xcopy_lun->lun_dev_link);
H A Dtarget_core_pr.c728 list_for_each_entry_safe(lun_tmp, next, &dev->dev_sep_list, lun_dev_link) {
1562 list_for_each_entry(tmp_lun, &dev->dev_sep_list, lun_dev_link) {
3228 list_for_each_entry(tmp_lun, &dev->dev_sep_list, lun_dev_link) {
H A Dtarget_core_alua.c401 lun_dev_link) {
/linux-master/include/target/
H A Dtarget_core_base.h776 struct list_head lun_dev_link; member in struct:se_lun

Completed in 241 milliseconds