Home
last modified time | relevance | path

Searched refs:oldlun (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/ctld/
H A Dctld.cc2060 struct lun *oldlun = it->second.get(); in apply() local
2066 "removing", oldlun->name(), oldlun->ctl_lun()); in apply()
2067 if (!oldlun->kernel_remove()) { in apply()
2070 oldlun->name(), oldlun->ctl_lun()); in apply()
2081 if (oldlun->changed(*newlun)) { in apply()
2082 if (!oldlun->kernel_remove()) { in apply()
2085 oldlun->name(), oldlun->ctl_lun()); in apply()
2097 newlun->set_ctl_lun(oldlun->ctl_lun()); in apply()