mount 230 lib/pengine/bundle.c pe__bundle_mount_t *mount = pIter->data; mount 232 lib/pengine/bundle.c if (pcmk_is_set(mount->flags, pe__bundle_mount_subdir)) { mount 234 lib/pengine/bundle.c "%s/%s-%d", mount->source, data->prefix, replica->offset); mount 240 lib/pengine/bundle.c offset += snprintf(buffer+offset, max-offset, " -v %s:%s", source, mount->target); mount 244 lib/pengine/bundle.c offset += snprintf(buffer+offset, max-offset, " -v %s:%s", mount->source, mount->target); mount 246 lib/pengine/bundle.c if(mount->options) { mount 247 lib/pengine/bundle.c offset += snprintf(buffer+offset, max-offset, ":%s", mount->options); mount 398 lib/pengine/bundle.c pe__bundle_mount_t *mount = pIter->data; mount 400 lib/pengine/bundle.c if (pcmk_is_set(mount->flags, pe__bundle_mount_subdir)) { mount 402 lib/pengine/bundle.c "%s/%s-%d", mount->source, data->prefix, replica->offset); mount 408 lib/pengine/bundle.c offset += snprintf(buffer+offset, max-offset, " -v %s:%s", source, mount->target); mount 412 lib/pengine/bundle.c offset += snprintf(buffer+offset, max-offset, " -v %s:%s", mount->source, mount->target); mount 414 lib/pengine/bundle.c if(mount->options) { mount 415 lib/pengine/bundle.c offset += snprintf(buffer+offset, max-offset, ":%s", mount->options); mount 564 lib/pengine/bundle.c pe__bundle_mount_t *mount = pIter->data; mount 566 lib/pengine/bundle.c if (pcmk_is_set(mount->flags, pe__bundle_mount_subdir)) { mount 568 lib/pengine/bundle.c "%s/%s-%d", mount->source, data->prefix, replica->offset); mount 575 lib/pengine/bundle.c if(mount->options) { mount 576 lib/pengine/bundle.c offset += snprintf(buffer+offset, max-offset, ",%s", mount->options); mount 578 lib/pengine/bundle.c offset += snprintf(buffer+offset, max-offset, " --mount volume=vol%d,target=%s", volid, mount->target); mount 582 lib/pengine/bundle.c offset += snprintf(buffer+offset, max-offset, " --volume vol%d,kind=host,source=%s", volid, mount->source); mount 583 lib/pengine/bundle.c if(mount->options) { mount 584 lib/pengine/bundle.c offset += snprintf(buffer+offset, max-offset, ",%s", mount->options); mount 586 lib/pengine/bundle.c offset += snprintf(buffer+offset, max-offset, " --mount volume=vol%d,target=%s", volid, mount->target); mount 901 lib/pengine/bundle.c pe__bundle_mount_t *mount = calloc(1, sizeof(pe__bundle_mount_t)); mount 903 lib/pengine/bundle.c mount->source = strdup(source); mount 904 lib/pengine/bundle.c mount->target = strdup(target); mount 906 lib/pengine/bundle.c mount->options = strdup(options); mount 908 lib/pengine/bundle.c mount->flags = flags; mount 909 lib/pengine/bundle.c bundle_data->mounts = g_list_append(bundle_data->mounts, mount); mount 913 lib/pengine/bundle.c mount_free(pe__bundle_mount_t *mount) mount 915 lib/pengine/bundle.c free(mount->source); mount 916 lib/pengine/bundle.c free(mount->target); mount 917 lib/pengine/bundle.c free(mount->options); mount 918 lib/pengine/bundle.c free(mount);