Searched refs:l_path (Results 1 – 4 of 4) sorted by relevance
1429 free(lun->l_path); in lun_delete()1479 free(lun->l_path); in lun_set_path()1480 lun->l_path = checked_strdup(value); in lun_set_path()1623 fprintf(stderr, "\t\tpath %s\n", lun->l_path);1646 if (lun->l_path == NULL) { in conf_verify_lun()1657 if (lun->l_path != NULL) { in conf_verify_lun()1682 if (lun->l_path != NULL && lun2->l_path != NULL && in conf_verify_lun()1683 strcmp(lun->l_path, lun2->l_path) == 0) { in conf_verify_lun()1686 "lun \"%s\"", lun->l_path, in conf_verify_lun()1949 if (newlun->l_path != NULL && in conf_apply()[all …]
693 if (lun->l_path != NULL) { in kernel_lun_add()696 option_set(o, lun->l_path); in kernel_lun_add()698 o = option_new(&lun->l_options, "file", lun->l_path); in kernel_lun_add()
173 char *l_path; member
992 if (lun->l_path != NULL) {