fstype 117 ompi/mca/fs/base/fs_base_get_parent_dir.c char *fstype=NULL; fstype 118 ompi/mca/fs/base/fs_base_get_parent_dir.c bool ret = opal_path_nfs ( fname, &fstype ); fstype 123 ompi/mca/fs/base/fs_base_get_parent_dir.c ret = opal_path_nfs (dir, &fstype); fstype 129 ompi/mca/fs/base/fs_base_get_parent_dir.c if ( 0 == strncasecmp(fstype, "lustre", sizeof("lustre")) ) { fstype 132 ompi/mca/fs/base/fs_base_get_parent_dir.c else if ( 0 == strncasecmp(fstype, "pvfs2", sizeof("pvfs2"))) { fstype 135 ompi/mca/fs/base/fs_base_get_parent_dir.c else if ( 0 == strncasecmp(fstype, "ime", sizeof("ime"))) { fstype 139 ompi/mca/fs/base/fs_base_get_parent_dir.c free (fstype); fstype 171 ompi/mca/fs/ufs/fs_ufs_file_open.c char *fstype=NULL; fstype 172 ompi/mca/fs/ufs/fs_ufs_file_open.c bool bret = opal_path_nfs ( (char *)filename, &fstype ); fstype 177 ompi/mca/fs/ufs/fs_ufs_file_open.c bret = opal_path_nfs (dir, &fstype); fstype 182 ompi/mca/fs/ufs/fs_ufs_file_open.c if ( 0 == strncasecmp(fstype, "nfs", sizeof("nfs")) ) { fstype 197 ompi/mca/fs/ufs/fs_ufs_file_open.c free (fstype); fstype 120 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c static void ADIO_FileSysType_prefix(const char *filename, int *fstype, fstype 122 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c static void ADIO_FileSysType_fncall(const char *filename, int *fstype, fstype 228 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c static void ADIO_FileSysType_fncall(const char *filename, int *fstype, int *error_code) fstype 289 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_NFS; fstype 293 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_XFS; fstype 299 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_UFS; fstype 343 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_NFS; fstype 351 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_GPFS; fstype 359 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_NFS; fstype 369 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_LUSTRE; fstype 376 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_PANFS; fstype 383 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_NFS; fstype 390 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_PFS; fstype 397 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_PVFS; fstype 404 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_PVFS2; fstype 411 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_XFS; fstype 418 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_UFS; fstype 457 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c if (!strcmp(sbuf.st_fstype, "nfs")) *fstype = ADIO_NFS; fstype 458 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c else *fstype = ADIO_SFS; /* assuming SX4 for now */ fstype 465 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_NTFS; /* only supported FS on Windows */ fstype 467 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_NFS; fstype 469 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_UFS; fstype 517 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c static void ADIO_FileSysType_prefix(const char *filename, int *fstype, int *error_code) fstype 523 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_PFS; fstype 526 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_PIOFS; fstype 529 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_UFS; fstype 532 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_NFS; fstype 535 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_PANFS; fstype 538 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_HFS; fstype 541 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_XFS; fstype 544 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_SFS; fstype 547 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_PVFS; fstype 550 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_PVFS2; fstype 554 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_ZOIDFS; fstype 559 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_TESTFS; fstype 564 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_GRIDFTP; fstype 569 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_LUSTRE; fstype 572 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_GPFS; fstype 576 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = ADIO_NTFS; fstype 578 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = 0; fstype 607 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c void ADIO_ResolveFileType(MPI_Comm comm, const char *filename, int *fstype, fstype 867 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *fstype = file_system; fstype 426 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_ResolveFileType(MPI_Comm comm, const char *filename, int *fstype, fstype 146 opal/mca/pmix/pmix4x/pmix/src/util/path.h PMIX_EXPORT bool pmix_path_nfs(char *fname, char **fstype) __pmix_attribute_warn_unused_result__; fstype 145 opal/util/path.h OPAL_DECLSPEC bool opal_path_nfs(char *fname, char **fstype) __opal_attribute_warn_unused_result__;