📄 adioi_fs_proto.h
字号:
/* -*- Mode: C; c-basic-offset:4 ; -*- *//* * * Copyright (C) 1997 University of Chicago. * See COPYRIGHT notice in top-level directory. */#ifndef ADIO_PROTO#define ADIO_PROTO#ifdef ROMIO_NFSextern struct ADIOI_Fns_struct ADIO_NFS_operations;/* prototypes are in adio/ad_nfs/ad_nfs.h */#endif#ifdef ROMIO_PANFSextern struct ADIOI_Fns_struct ADIO_PANFS_operations;/* prototypes are in adio/ad_panfs/ad_panfs.h */#endif#ifdef ROMIO_PFSextern struct ADIOI_Fns_struct ADIO_PFS_operations;/* prototypes are in adio/ad_pfs/ad_pfs.h */#endif#ifdef ROMIO_PIOFSextern struct ADIOI_Fns_struct ADIO_PIOFS_operations;/* prototypes are in adio/ad_piofs/ad_piofs.h */#endif#ifdef ROMIO_UFSextern struct ADIOI_Fns_struct ADIO_UFS_operations;/* prototypes are in adio/ad_ufs/ad_ufs.h */#endif#ifdef ROMIO_HFSextern struct ADIOI_Fns_struct ADIO_HFS_operations;/* prototypes are in adio/ad_hfs/ad_hfs.h */#endif#ifdef ROMIO_XFSextern struct ADIOI_Fns_struct ADIO_XFS_operations;/* prototypes are in adio/ad_xfs/ad_xfs.h */#endif#ifdef ROMIO_SFSextern struct ADIOI_Fns_struct ADIO_SFS_operations;/* prototypes are in adio/ad_sfs/ad_sfs.h */#endif#ifdef ROMIO_LUSTREextern struct ADIOI_Fns_struct ADIO_LUSTRE_operations;/* prototypes are in adio/ad_lustre/ad_lustre.h */#endif#ifdef ROMIO_NTFSextern struct ADIOI_Fns_struct ADIO_NTFS_operations;/* prototypes are in adio/ad_ntfs/ad_ntfs.h */#endif#ifdef ROMIO_PVFSextern struct ADIOI_Fns_struct ADIO_PVFS_operations;/* prototypes are in adio/ad_pvfs/ad_pvfs.h */#endif#ifdef ROMIO_PVFS2extern struct ADIOI_Fns_struct ADIO_PVFS2_operations;/* prototypes are in adio/ad_pvfs2/ad_pvfs2.h */#endif#ifdef ROMIO_TESTFSextern struct ADIOI_Fns_struct ADIO_TESTFS_operations;/* prototypes are in adio/ad_testfs/ad_testfs.h */#endif#ifdef ROMIO_BGLextern struct ADIOI_Fns_struct ADIO_BGL_operations;/* prototypes are in adio/ad_bgl/ad_bgl.h */#endif#ifdef ROMIO_BGLOCKLESSextern struct ADIOI_Fns_struct ADIO_BGLOCKLESS_operations;/* no extra prototypes for this fs at this time */#endif#ifdef ROMIO_GRIDFTP/* prototypes are in adio/ad_gridftp/ad_gridftp.h */extern struct ADIOI_Fns_struct ADIO_GRIDFTP_operations;#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -