00001
00002
00003
00004 #include "fileDriverNoOpFunctions.h"
00005
00006
00007
00008 int noSupportStructFileCreate( rsComm_t* a, subFile_t* b) {
00009 return 0;
00010 }
00011 int noSupportStructFileTruncate( rsComm_t* a, subFile_t* b ) {
00012 return 0;
00013 }
00014 int noSupportStructFileUnlink( rsComm_t* a, subFile_t* b ) {
00015 return 0;
00016 }
00017 int noSupportStructFileOpen( rsComm_t* a, subFile_t* b ) {
00018 return 0;
00019 }
00020 int noSupportStructFileMkdir( rsComm_t* a, subFile_t* b ) {
00021 return 0;
00022 }
00023 int noSupportStructFileRmdir( rsComm_t* a, subFile_t* b ) {
00024 return 0;
00025 }
00026 int noSupportStructFileClose( rsComm_t* a, int b ) {
00027 return 0;
00028 }
00029 int noSupportStructFileRead( rsComm_t* a, int b, void* c, int d ) {
00030 return 0;
00031 }
00032 int noSupportStructFileWrite( rsComm_t* a, int b, void* c, int d ) {
00033 return 0;
00034 }
00035 int noSupportStructFileOpendir( rsComm_t* a, subFile_t* b ) {
00036 return 0;
00037 }
00038 int noSupportStructFileClosedir( rsComm_t* a, int b ) {
00039 return 0;
00040 }
00041 int noSupportStructFileStat( rsComm_t* a, subFile_t* b, rodsStat_t** c ) {
00042 return 0;
00043 }
00044 int noSupportStructFileFstat( rsComm_t* a, int b, rodsStat_t** c ) {
00045 return 0;
00046 }
00047 rodsLong_t noSupportStructFileLseek( rsComm_t* a, int b, rodsLong_t c, int d ) {
00048 return 0;
00049 }
00050 int noSupportStructFileRename( rsComm_t* a, subFile_t* b, char* c ) {
00051 return 0;
00052 }
00053 int noSupportStructFileReaddir( rsComm_t* a, int b, rodsDirent_t** c ) {
00054 return 0;
00055 }
00056 int noSupportStructeSync( rsComm_t* a, structFileOprInp_t* b ) {
00057 return 0;
00058 }
00059 int noSupportStructeExtract( rsComm_t* a, structFileOprInp_t* b ) {
00060 return 0;
00061 }
00062
00063
00064
00065 int noSupportFsFileCreate( rsComm_t* a, char* b, int c, rodsLong_t d ) {
00066 return 0;
00067 }
00068 int noSupportFsFileOpen( rsComm_t* a, char* b, int c, int d ) {
00069 return 0;
00070 }
00071 int noSupportFsFileRead( rsComm_t* a, int b, void* c, int d ) {
00072 return 0;
00073 }
00074 int noSupportFsFileWrite( rsComm_t* a, int b, void* c, int d ) {
00075 return 0;
00076 }
00077 int noSupportFsFileClose( rsComm_t* a, int b ) {
00078 return 0;
00079 }
00080 int noSupportFsFileUnlink( rsComm_t* a, char* b ) {
00081 return 0;
00082 }
00083 int noSupportFsFileStat( rsComm_t* a, char* b, struct stat* c ) {
00084 return 0;
00085 }
00086 int noSupportFsFileFstat( rsComm_t* a, int b, struct stat* c ) {
00087 return 0;
00088 }
00089 rodsLong_t noSupportFsFileLseek( rsComm_t* a, int b, rodsLong_t c, int d ) {
00090 return 0;
00091 }
00092 int noSupportFsFileFsync( rsComm_t* a, int b ) {
00093 return 0;
00094 }
00095 int noSupportFsFileMkdir( rsComm_t* a, char* b, int c ) {
00096 return 0;
00097 }
00098 int noSupportFsFileChmod( rsComm_t* a, char* b, int c ) {
00099 return 0;
00100 }
00101 int noSupportFsFileRmdir( rsComm_t* a, char* b ) {
00102 return 0;
00103 }
00104 int noSupportFsFileOpendir( rsComm_t* a, char* b, void** c ) {
00105 return 0;
00106 }
00107 int noSupportFsFileClosedir( rsComm_t* a, void* b ) {
00108 return 0;
00109 }
00110 int noSupportFsFileReaddir( rsComm_t* a, void* b, struct dirent* c ) {
00111 return 0;
00112 }
00113 int noSupportFsFileStage( rsComm_t* a, char* b, int c ) {
00114 return 0;
00115 }
00116 int noSupportFsFileRename( rsComm_t* a, char* b, char* c ) {
00117 return 0;
00118 }
00119 rodsLong_t noSupportFsFileGetFsFreeSpace( rsComm_t* a, char* b, int c ) {
00120 return 0;
00121 }
00122 int noSupportFsFileTruncate( rsComm_t* a, char* b, rodsLong_t c ) {
00123 return 0;
00124 }
00125 int noSupportFsFileStageToCache( rsComm_t* a, fileDriverType_t b, int c, int d, char* e,
00126 char* f, rodsLong_t g, keyValPair_t* h ) {
00127 return 0;
00128 }
00129 int noSupportFsFileSyncToArch( rsComm_t* a, fileDriverType_t b, int c, int d, char* e, char* f, rodsLong_t g, keyValPair_t* h ) {
00130 return 0;
00131 }