mca_fs_base_get_fstype   54 ompi/mca/fs/base/base.h OMPI_DECLSPEC int  mca_fs_base_get_fstype(char *fname);
mca_fs_base_get_fstype   70 ompi/mca/fs/ime/fs_ime.c             fh->f_fstype = mca_fs_base_get_fstype ( fh->f_filename );
mca_fs_base_get_fstype   95 ompi/mca/fs/lustre/fs_lustre.c             fh->f_fstype = mca_fs_base_get_fstype ( fh->f_filename );
mca_fs_base_get_fstype  100 ompi/mca/fs/pvfs2/fs_pvfs2.c             fh->f_fstype = mca_fs_base_get_fstype ( fh->f_filename );
mca_fs_base_get_fstype  313 ompi/mca/io/ompio/io_ompio_component.c             if (LUSTRE == mca_fs_base_get_fstype(file->f_filename)) {