#include "reSysDataObjOpr.h"
#include "genQuery.h"
#include "getRescQuota.h"
#include "reServerLib.h"
#include "dataObjOpr.h"
#include "resource.h"
#include "physPath.h"
#include "eirods_resource_backport.h"
Go to the source code of this file.
Functions | |
int | msiSetDefaultResc (msParam_t *xdefaultRescList, msParam_t *xoptionStr, ruleExecInfo_t *rei) |
int | msiSetRescSortScheme (msParam_t *xsortScheme, ruleExecInfo_t *rei) |
int | msiSetNoDirectRescInp (msParam_t *xrescList, ruleExecInfo_t *rei) |
int | msiSetDataObjPreferredResc (msParam_t *xpreferredRescList, ruleExecInfo_t *rei) |
int | msiSetDataObjAvoidResc (msParam_t *xavoidResc, ruleExecInfo_t *rei) |
int | msiSortDataObj (msParam_t *xsortScheme, ruleExecInfo_t *rei) |
int | msiSysChksumDataObj (ruleExecInfo_t *rei) |
int | msiSetDataTypeFromExt (ruleExecInfo_t *rei) |
int | msiStageDataObj (msParam_t *xcacheResc, ruleExecInfo_t *rei) |
int | msiSysReplDataObj (msParam_t *xcacheResc, msParam_t *xflag, ruleExecInfo_t *rei) |
int | msiSetNumThreads (msParam_t *xsizePerThrInMbStr, msParam_t *xmaxNumThrStr, msParam_t *xwindowSizeStr, ruleExecInfo_t *rei) |
int | msiDeleteDisallowed (ruleExecInfo_t *rei) |
int | msiOprDisallowed (ruleExecInfo_t *rei) |
int | msiSetMultiReplPerResc (ruleExecInfo_t *rei) |
int | msiNoChkFilePathPerm (ruleExecInfo_t *rei) |
int | msiSetChkFilePathPerm (msParam_t *xchkType, ruleExecInfo_t *rei) |
int | msiNoTrashCan (ruleExecInfo_t *rei) |
int | msiSetPublicUserOpr (msParam_t *xoprList, ruleExecInfo_t *rei) |
int | setApiPerm (int apiNumber, int proxyPerm, int clientPerm) |
int | msiSetGraftPathScheme (msParam_t *xaddUserName, msParam_t *xtrimDirCnt, ruleExecInfo_t *rei) |
int | msiSetRandomScheme (ruleExecInfo_t *rei) |
int | msiSetReServerNumProc (msParam_t *xnumProc, ruleExecInfo_t *rei) |
int | msiSetRescQuotaPolicy (msParam_t *xflag, ruleExecInfo_t *rei) |
int | msiSetReplComment (msParam_t *inpParam1, msParam_t *inpParam2, msParam_t *inpParam3, msParam_t *inpParam4, ruleExecInfo_t *rei) |
int | msiSetBulkPutPostProcPolicy (msParam_t *xflag, ruleExecInfo_t *rei) |
int | msiSysMetaModify (msParam_t *sysMetadata, msParam_t *value, ruleExecInfo_t *rei) |
Definition in file reSysDataObjOpr.c.