Lines Matching defs:root_ds
1051 char *root_ds = NULL;
1084 root_ds = strdup(mnt.mnt_special);
1095 if (root_ds == NULL) {
1105 if (strcmp(root_ds, node->be_root_ds) == 0)
1109 bam_error(_("BE (%s) does not exist\n"), root_ds);
1111 free(root_ds);
1112 root_ds = NULL;
1212 root_ds = strdup(mnt.mnt_special);
1224 if (root_ds == NULL) {
1232 if (strcmp(root_ds, node->be_root_ds) == 0)
1237 bam_error(_("No such BE: %s\n"), root_ds);
1238 free(root_ds);
1243 free(root_ds);