mount 487 lib/pengine/bundle.c pe__bundle_mount_t *mount = (pe__bundle_mount_t *) iter->data; mount 490 lib/pengine/bundle.c if (pcmk_is_set(mount->flags, pe__bundle_mount_subdir)) { mount 491 lib/pengine/bundle.c source = crm_strdup_printf("%s/%s-%d", mount->source, data->prefix, mount 500 lib/pengine/bundle.c " -v ", pcmk__s(source, mount->source), mount 501 lib/pengine/bundle.c ":", mount->target, NULL); mount 503 lib/pengine/bundle.c if (mount->options != NULL) { mount 504 lib/pengine/bundle.c pcmk__g_strcat(buffer, ":", mount->options, NULL); mount 836 lib/pengine/bundle.c pe__bundle_mount_t *mount = pcmk__assert_alloc(1, mount 839 lib/pengine/bundle.c mount->source = pcmk__str_copy(source); mount 840 lib/pengine/bundle.c mount->target = pcmk__str_copy(target); mount 841 lib/pengine/bundle.c mount->options = pcmk__str_copy(options); mount 842 lib/pengine/bundle.c mount->flags = flags; mount 843 lib/pengine/bundle.c bundle_data->mounts = g_list_append(bundle_data->mounts, mount); mount 847 lib/pengine/bundle.c mount_free(pe__bundle_mount_t *mount) mount 849 lib/pengine/bundle.c free(mount->source); mount 850 lib/pengine/bundle.c free(mount->target); mount 851 lib/pengine/bundle.c free(mount->options); mount 852 lib/pengine/bundle.c free(mount);