f_fstype          171 ompi/mca/common/ompio/common_ompio.h     enum ompio_fs_type     f_fstype;
f_fstype           94 ompi/mca/common/ompio/common_ompio_file_open.c     ompio_fh->f_fstype = NONE;
f_fstype           52 ompi/mca/fbtl/ime/fbtl_ime.c     if (IME == fh->f_fstype) {
f_fstype           85 ompi/mca/fbtl/posix/fbtl_posix.c    if (UFS == fh->f_fstype) {
f_fstype           65 ompi/mca/fbtl/pvfs2/fbtl_pvfs2.c    if (PVFS2 == fh->f_fstype) {
f_fstype          272 ompi/mca/fcoll/base/fcoll_base_file_select.c         if ( (LUSTRE != file->f_fstype)) {
f_fstype          283 ompi/mca/fcoll/base/fcoll_base_file_select.c         if ( LUSTRE == file->f_fstype ) {
f_fstype          296 ompi/mca/fcoll/base/fcoll_base_file_select.c 	    (LUSTRE != file->f_fstype) ) {
f_fstype           70 ompi/mca/fs/ime/fs_ime.c             fh->f_fstype = mca_fs_base_get_fstype ( fh->f_filename );
f_fstype           73 ompi/mca/fs/ime/fs_ime.c             fh->f_comm->c_coll->coll_bcast (&(fh->f_fstype),
f_fstype           84 ompi/mca/fs/ime/fs_ime.c             fh->f_fstype = IME;
f_fstype           92 ompi/mca/fs/ime/fs_ime.c     if (IME == fh->f_fstype) {
f_fstype          115 ompi/mca/fs/ime/fs_ime.c     file->f_fstype = IME;
f_fstype           95 ompi/mca/fs/lustre/fs_lustre.c             fh->f_fstype = mca_fs_base_get_fstype ( fh->f_filename );
f_fstype           98 ompi/mca/fs/lustre/fs_lustre.c             fh->f_comm->c_coll->coll_bcast (&(fh->f_fstype),
f_fstype          109 ompi/mca/fs/lustre/fs_lustre.c             fh->f_fstype = LUSTRE;
f_fstype          113 ompi/mca/fs/lustre/fs_lustre.c    if (LUSTRE == fh->f_fstype) {
f_fstype          136 ompi/mca/fs/lustre/fs_lustre.c     file->f_fstype = LUSTRE;
f_fstype          100 ompi/mca/fs/pvfs2/fs_pvfs2.c             fh->f_fstype = mca_fs_base_get_fstype ( fh->f_filename );
f_fstype          103 ompi/mca/fs/pvfs2/fs_pvfs2.c             fh->f_comm->c_coll->coll_bcast (&(fh->f_fstype),
f_fstype          114 ompi/mca/fs/pvfs2/fs_pvfs2.c             fh->f_fstype = PVFS2;
f_fstype          118 ompi/mca/fs/pvfs2/fs_pvfs2.c    if (PVFS2 == fh->f_fstype) {
f_fstype          141 ompi/mca/fs/pvfs2/fs_pvfs2.c     file->f_fstype = PVFS2;
f_fstype           70 ompi/mca/fs/ufs/fs_ufs.c    if (0 == fh->f_fstype ) {
f_fstype           71 ompi/mca/fs/ufs/fs_ufs.c        fh->f_fstype = UFS;
f_fstype           90 ompi/mca/fs/ufs/fs_ufs.c     file->f_fstype = UFS;