fs_type           645 opal/mca/pmix/pmix4x/pmix/src/util/path.c         char *fs_type = pmix_check_mtab(fname);
fs_type           647 opal/mca/pmix/pmix4x/pmix/src/util/path.c         if (NULL != fs_type) {
fs_type           652 opal/mca/pmix/pmix4x/pmix/src/util/path.c                 if (0 == strcasecmp(fs_types[x].f_fsname, fs_type)) {
fs_type           653 opal/mca/pmix/pmix4x/pmix/src/util/path.c                     PMIX_OUTPUT_VERBOSE((10, 0, "pmix_path_nfs: file:%s on fs:%s\n", fname, fs_type));
fs_type           654 opal/mca/pmix/pmix4x/pmix/src/util/path.c                     free(fs_type);
fs_type           661 opal/mca/pmix/pmix4x/pmix/src/util/path.c             free(fs_type);
fs_type           633 opal/util/path.c         char *fs_type = opal_check_mtab(fname);
fs_type           635 opal/util/path.c         if (NULL != fs_type) {
fs_type           640 opal/util/path.c                 if (0 == strcasecmp(fs_types[x].f_fsname, fs_type)) {
fs_type           641 opal/util/path.c                     OPAL_OUTPUT_VERBOSE((10, 0, "opal_path_nfs: file:%s on fs:%s\n", fname, fs_type));
fs_type           642 opal/util/path.c                     free(fs_type);
fs_type           649 opal/util/path.c             free(fs_type);