f_set             745 orte/mca/sstore/stage/sstore_stage_global.c     orte_filem_base_file_set_t * f_set = NULL;
f_set             784 orte/mca/sstore/stage/sstore_stage_global.c             f_set = (orte_filem_base_file_set_t *) item;
f_set             791 orte/mca/sstore/stage/sstore_stage_global.c             if( ORTE_FILEM_TYPE_FILE != f_set->target_flag ) {
f_set             794 orte/mca/sstore/stage/sstore_stage_global.c                                      f_set->local_target));
f_set             795 orte/mca/sstore/stage/sstore_stage_global.c                 if( 0 != chdir(f_set->local_target) ) {
f_set             797 orte/mca/sstore/stage/sstore_stage_global.c                                 f_set->local_target);
f_set            1185 orte/mca/sstore/stage/sstore_stage_global.c     orte_filem_base_file_set_t * f_set = NULL;
f_set            1260 orte/mca/sstore/stage/sstore_stage_global.c                 f_set = OBJ_NEW(orte_filem_base_file_set_t);
f_set            1262 orte/mca/sstore/stage/sstore_stage_global.c                     f_set->target_flag   = ORTE_FILEM_TYPE_FILE;
f_set            1264 orte/mca/sstore/stage/sstore_stage_global.c                     f_set->target_flag   = ORTE_FILEM_TYPE_DIR;
f_set            1271 orte/mca/sstore/stage/sstore_stage_global.c                     opal_asprintf(&(f_set->local_target), "%s%s",
f_set            1275 orte/mca/sstore/stage/sstore_stage_global.c                     opal_asprintf(&(f_set->local_target),
f_set            1281 orte/mca/sstore/stage/sstore_stage_global.c                     f_set->local_hint = ORTE_FILEM_HINT_SHARED;
f_set            1288 orte/mca/sstore/stage/sstore_stage_global.c                     opal_asprintf(&(f_set->remote_target), "%s%s",
f_set            1292 orte/mca/sstore/stage/sstore_stage_global.c                     opal_asprintf(&(f_set->remote_target),
f_set            1297 orte/mca/sstore/stage/sstore_stage_global.c                 opal_list_append(&(filem_request->file_sets), &(f_set->super) );
f_set            1301 orte/mca/sstore/stage/sstore_stage_global.c                                      f_set->remote_target,
f_set            1302 orte/mca/sstore/stage/sstore_stage_global.c                                      f_set->local_target));
f_set            1986 orte/mca/sstore/stage/sstore_stage_local.c     orte_filem_base_file_set_t * f_set = NULL;
f_set            2070 orte/mca/sstore/stage/sstore_stage_local.c     f_set = OBJ_NEW(orte_filem_base_file_set_t);
f_set            2072 orte/mca/sstore/stage/sstore_stage_local.c     f_set->local_target = strdup(*local_location);
f_set            2074 orte/mca/sstore/stage/sstore_stage_local.c         opal_asprintf(&(f_set->remote_target), "%s/%s%s",
f_set            2079 orte/mca/sstore/stage/sstore_stage_local.c         opal_asprintf(&(f_set->remote_target), "%s/%s",
f_set            2084 orte/mca/sstore/stage/sstore_stage_local.c         f_set->target_flag = ORTE_FILEM_TYPE_FILE;
f_set            2086 orte/mca/sstore/stage/sstore_stage_local.c         f_set->target_flag = ORTE_FILEM_TYPE_DIR;
f_set            2089 orte/mca/sstore/stage/sstore_stage_local.c     opal_list_append(&(filem_request->file_sets), &(f_set->super) );