/* Generated from fs.xg */
#include <rx.h>
int _RXAFS_FetchData(
struct rx_call *call);
int RXAFS_FetchData(
struct rx_call *call
, const struct AFSFid *a_fidToFetchP
, const int32_t a_offset
, const int32_t a_lenInBytes
, struct AFSFetchStatus *a_fidStatP
, struct AFSCallBack *a_callBackP
, struct AFSVolSync *a_volSyncP
);

int _RXAFS_FetchACL(
struct rx_call *call);
int RXAFS_FetchACL(
struct rx_call *call
, const struct AFSFid *a_dirFidP
, AFSOpaque *a_ACLP
, struct AFSFetchStatus *a_dirNewStatP
, struct AFSVolSync *a_volSyncP
);

int _RXAFS_FetchStatus(
struct rx_call *call);
int RXAFS_FetchStatus(
struct rx_call *call
, const struct AFSFid *a_fidToStatP
, struct AFSFetchStatus *a_currStatP
, struct AFSCallBack *a_callBackP
, struct AFSVolSync *a_volSyncP
);

int _RXAFS_StoreData(
struct rx_call *call);
int RXAFS_StoreData(
struct rx_call *call
, const struct AFSFid *a_fidToStoreP
, const struct AFSStoreStatus *a_fidStatusP
, const int32_t a_offset
, const int32_t a_lenInBytes
, const int32_t a_fileLenInBytes
, struct AFSFetchStatus *a_fidStatP
, struct AFSCallBack *a_callBackP
, struct AFSVolSync *a_volSyncP
);

int _RXAFS_StoreACL(
struct rx_call *call);
int RXAFS_StoreACL(
struct rx_call *call
, const AFSOpaque *a_ACLToStoreP
, const struct AFSFid *a_dirFidP
, struct AFSFetchStatus *a_dirNewStatP
, struct AFSVolSync *a_volSyncP
);

int _RXAFS_StoreStatus(
struct rx_call *call);
int RXAFS_StoreStatus(
struct rx_call *call
, const struct AFSFid *a_fidP
, const struct AFSStoreStatus *a_currStatusP
, struct AFSFetchStatus *a_srStatusP
, struct AFSVolSync *a_volSyncP
);

int _RXAFS_RemoveFile(
struct rx_call *call);
int RXAFS_RemoveFile(
struct rx_call *call
, const struct AFSFid *a_dirFidP
, const char *a_name
, struct AFSFetchStatus *a_srvStatusP
, struct AFSVolSync *a_volSyncP
);

int _RXAFS_CreateFile(
struct rx_call *call);
int RXAFS_CreateFile(
struct rx_call *call
, const struct AFSFid *DirFid
, const char *Name
, const struct AFSStoreStatus *InStatus
, struct AFSFid *OutFid
, struct AFSFetchStatus *OutFidStatus
, struct AFSFetchStatus *OutDirStatus
, struct AFSCallBack *CallBack
, struct AFSVolSync *a_volSyncP
);

int _RXAFS_Rename(
struct rx_call *call);
int RXAFS_Rename(
struct rx_call *call
, const struct AFSFid *a_origDirFidP
, const char *a_origNameP
, const struct AFSFid *a_newDirFidP
, const char *a_newNameP
, struct AFSFetchStatus *a_origDirStatusP
, struct AFSFetchStatus *a_newDirStatusP
, struct AFSVolSync *a_volSyncP
);

int _RXAFS_Symlink(
struct rx_call *call);
int RXAFS_Symlink(
struct rx_call *call
, const struct AFSFid *a_dirFidP
, const char *a_nameP
, const char *a_linkContentsP
, const struct AFSStoreStatus *a_origDirStatP
, struct AFSFid *a_newFidP
, struct AFSFetchStatus *a_newFidStatP
, struct AFSVolSync *a_volSyncP
);

int _RXAFS_Link(
struct rx_call *call);
int RXAFS_Link(
struct rx_call *call
, const struct AFSFid *a_dirFidP
, const char *a_nameP
, const struct AFSFid *a_existingFidP
, struct AFSFetchStatus *a_newFidStatP
, struct AFSFetchStatus *a_newDirStatP
, struct AFSVolSync *a_volSyncP
);

int _RXAFS_MakeDir(
struct rx_call *call);
int RXAFS_MakeDir(
struct rx_call *call
, const struct AFSFid *a_parentDirFidP
, const char *a_newDirNameP
, const struct AFSStoreStatus *a_currStatP
, struct AFSFid *a_newDirFidP
, struct AFSFetchStatus *a_dirFidStatP
, struct AFSFetchStatus *a_parentDirStatP
, struct AFSCallBack *a_newDirCallBackP
, struct AFSVolSync *a_volSyncP
);

int _RXAFS_RemoveDir(
struct rx_call *call);
int RXAFS_RemoveDir(
struct rx_call *call
, const struct AFSFid *a_parentDirStatP
, const char *a_dirNameP
, struct AFSFetchStatus *a_newParentDirStatP
, struct AFSVolSync *a_volSyncP
);

int _RXAFS_GiveUpCallBacks(
struct rx_call *call);
int RXAFS_GiveUpCallBacks(
struct rx_call *call
, const AFSCBFids *a_fidArrayP
, const AFSCBs *a_callBackArrayP
);

int _RXAFS_GetRootVolume(
struct rx_call *call);
int RXAFS_GetRootVolume(
struct rx_call *call
, char *a_rootVolNameP
);

int _RXAFS_GetTime(
struct rx_call *call);
int RXAFS_GetTime(
struct rx_call *call
, u_int32_t *a_secondsP
, u_int32_t *a_uSecondsP
);

int RXAFS_ExecuteRequest(struct rx_call *call);
