mount 490 lib/pengine/bundle.c pe__bundle_mount_t *mount = (pe__bundle_mount_t *) iter->data; mount 493 lib/pengine/bundle.c if (pcmk_is_set(mount->flags, pe__bundle_mount_subdir)) { mount 494 lib/pengine/bundle.c source = crm_strdup_printf("%s/%s-%d", mount->source, data->prefix, mount 503 lib/pengine/bundle.c " -v ", pcmk__s(source, mount->source), mount 504 lib/pengine/bundle.c ":", mount->target, NULL); mount 506 lib/pengine/bundle.c if (mount->options != NULL) { mount 507 lib/pengine/bundle.c pcmk__g_strcat(buffer, ":", mount->options, NULL); mount 839 lib/pengine/bundle.c pe__bundle_mount_t *mount = pcmk__assert_alloc(1, mount 842 lib/pengine/bundle.c mount->source = pcmk__str_copy(source); mount 843 lib/pengine/bundle.c mount->target = pcmk__str_copy(target); mount 844 lib/pengine/bundle.c mount->options = pcmk__str_copy(options); mount 845 lib/pengine/bundle.c mount->flags = flags; mount 846 lib/pengine/bundle.c bundle_data->mounts = g_list_append(bundle_data->mounts, mount); mount 850 lib/pengine/bundle.c mount_free(pe__bundle_mount_t *mount) mount 852 lib/pengine/bundle.c free(mount->source); mount 853 lib/pengine/bundle.c free(mount->target); mount 854 lib/pengine/bundle.c free(mount->options); mount 855 lib/pengine/bundle.c free(mount);