fs                123 ompi/mca/fs/base/fs_base_find_available.c     mca_fs_base_component_2_0_0_t *fs =
fs                126 ompi/mca/fs/base/fs_base_find_available.c     return fs->fsm_init_query(enable_progress_threads,
fs                 33 ompi/mca/fs/base/fs_base_frame.c MCA_BASE_FRAMEWORK_DECLARE(ompi, fs, NULL, NULL, NULL, NULL,
fs               2590 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   struct stat fs;
fs               2599 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   if (fstat(file, &fs)) {
fs               2603 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   ret = (char *) malloc(fs.st_size);
fs               2605 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     ssize_t cb = read(file, ret, fs.st_size);
fs                252 orte/mca/filem/raw/filem_raw_module.c     orte_filem_base_file_set_t *fs;
fs                281 orte/mca/filem/raw/filem_raw_module.c             fs = OBJ_NEW(orte_filem_base_file_set_t);
fs                282 orte/mca/filem/raw/filem_raw_module.c             fs->local_target = strdup(app->app);
fs                283 orte/mca/filem/raw/filem_raw_module.c             fs->target_flag = ORTE_FILEM_TYPE_EXE;
fs                284 orte/mca/filem/raw/filem_raw_module.c             opal_list_append(&fsets, &fs->super);
fs                294 orte/mca/filem/raw/filem_raw_module.c             fs->remote_target = strdup(app->app);
fs                300 orte/mca/filem/raw/filem_raw_module.c                 fs = OBJ_NEW(orte_filem_base_file_set_t);
fs                301 orte/mca/filem/raw/filem_raw_module.c                 fs->local_target = strdup(files[j]);
fs                309 orte/mca/filem/raw/filem_raw_module.c                         fs->target_flag = ORTE_FILEM_TYPE_TAR;
fs                315 orte/mca/filem/raw/filem_raw_module.c                         fs->target_flag = ORTE_FILEM_TYPE_BZIP;
fs                321 orte/mca/filem/raw/filem_raw_module.c                         fs->target_flag = ORTE_FILEM_TYPE_GZIP;
fs                323 orte/mca/filem/raw/filem_raw_module.c                         fs->target_flag = ORTE_FILEM_TYPE_FILE;
fs                326 orte/mca/filem/raw/filem_raw_module.c                     fs->target_flag = ORTE_FILEM_TYPE_FILE;
fs                332 orte/mca/filem/raw/filem_raw_module.c                     fs->remote_target = opal_basename(files[j]);
fs                341 orte/mca/filem/raw/filem_raw_module.c                         fs->remote_target = strdup(&files[j][1]);
fs                343 orte/mca/filem/raw/filem_raw_module.c                         fs->remote_target = strdup(files[j]);
fs                346 orte/mca/filem/raw/filem_raw_module.c                 opal_list_append(&fsets, &fs->super);
fs                354 orte/mca/filem/raw/filem_raw_module.c                 cptr = fs->remote_target;
fs                424 orte/mca/filem/raw/filem_raw_module.c         fs = (orte_filem_base_file_set_t*)item;
fs                428 orte/mca/filem/raw/filem_raw_module.c                              fs->local_target));
fs                436 orte/mca/filem/raw/filem_raw_module.c             if (0 == strcmp(fs->local_target, xptr->src)) {
fs                444 orte/mca/filem/raw/filem_raw_module.c                                  ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), fs->local_target));
fs                460 orte/mca/filem/raw/filem_raw_module.c                 if (0 == strcmp(fs->local_target, xptr->src)) {
fs                469 orte/mca/filem/raw/filem_raw_module.c                                  ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), fs->local_target));
fs                475 orte/mca/filem/raw/filem_raw_module.c         if (0 > (fd = open(fs->local_target, O_RDONLY))) {
fs                477 orte/mca/filem/raw/filem_raw_module.c                         ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), fs->local_target);
fs                496 orte/mca/filem/raw/filem_raw_module.c                              ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), fs->local_target));
fs                499 orte/mca/filem/raw/filem_raw_module.c         xfer->src = strdup(fs->local_target);
fs                506 orte/mca/filem/raw/filem_raw_module.c         cptr = fs->remote_target;
fs                536 orte/mca/filem/raw/filem_raw_module.c         xfer->type = fs->target_flag;
fs                537 orte/mca/filem/raw/filem_raw_module.c         xfer->app_idx = fs->app_idx;
fs                184 test/util/opal_path_nfs.c         char fs[MAXNAMLEN];
fs                190 test/util/opal_path_nfs.c         if (2 != (rc = sscanf (buffer, "%s %s\n", dirs_tmp[i], fs))) {
fs                199 test/util/opal_path_nfs.c         if (0 == strcasecmp (fs, "rpc_pipefs")) {
fs                205 test/util/opal_path_nfs.c         if (0 == strncasecmp(fs, "fuse.", 5)) {
fs                211 test/util/opal_path_nfs.c         if (0 == strcasecmp(fs, "none")) {
fs                236 test/util/opal_path_nfs.c         if (0 == strcasecmp (fs, "nfs") ||
fs                237 test/util/opal_path_nfs.c             0 == strcasecmp (fs, "nfs4") ||
fs                238 test/util/opal_path_nfs.c             0 == strcasecmp (fs, "lustre") ||
fs                239 test/util/opal_path_nfs.c             0 == strcasecmp (fs, "panfs") ||
fs                240 test/util/opal_path_nfs.c             0 == strcasecmp (fs, "gpfs"))
fs                245 test/util/opal_path_nfs.c                 fs, nfs_tmp[mount_known] ? "Yes" : "No");