Lines Matching defs:root_ds
1054 char *root_ds = NULL;
1087 root_ds = strdup(mnt.mnt_special);
1098 if (root_ds == NULL) {
1108 if (strcmp(root_ds, node->be_root_ds) == 0)
1112 bam_error(_("BE (%s) does not exist\n"), root_ds);
1114 free(root_ds);
1115 root_ds = NULL;
1215 root_ds = strdup(mnt.mnt_special);
1227 if (root_ds == NULL) {
1235 if (strcmp(root_ds, node->be_root_ds) == 0)
1240 bam_error(_("No such BE: %s\n"), root_ds);
1241 free(root_ds);
1246 free(root_ds);