Searched refs:oldlun (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/ctld/ |
H A D | ctld.c | 1731 struct lun *oldlun, *newlun, *tmplun; in conf_apply() local 1821 TAILQ_FOREACH_SAFE(oldlun, &oldconf->conf_luns, l_next, tmplun) { in conf_apply() 1822 newlun = lun_find(newconf, oldlun->l_name); in conf_apply() 1826 "removing", oldlun->l_name, oldlun->l_ctl_lun); in conf_apply() 1827 error = kernel_lun_remove(oldlun); in conf_apply() 1831 oldlun->l_name, oldlun->l_ctl_lun); in conf_apply() 1841 assert(oldlun->l_backend != NULL); in conf_apply() 1843 if (strcmp(newlun->l_backend, oldlun->l_backend) != 0) { in conf_apply() 1846 oldlun->l_name, oldlun->l_ctl_lun); in conf_apply() 1849 if (oldlun->l_blocksize != newlun->l_blocksize) { in conf_apply() [all …]
|