Coda Distributed File System
|
Functions | |
int | compareAcl (int, resreplica *) |
int | compareOwner (int, resreplica *) |
int | compareQuotas (int, char **) |
int | compareStatus (int, resreplica *) |
int | compareVV (int, char **, struct conflict *) |
int | compareFids (ViceFid *a, ViceFid *b) |
int | findtype (struct conflict *) |
void | getremovelists (int, resreplica *, struct listhdr **) |
int | getVolrepNames (struct conflict *conf, char ***names, char *msg, int msgsize) |
int | isLocal (resreplica *dir) |
void | printAcl (struct Acl *) |
int | BeginRepair (char *pathname, struct conflict **conf, char *msg, int msgsize) |
int | ClearInc (struct conflict *conf, char *msg, int msgsize) |
int | CompareDirs (struct conflict *conf, const char *fixfile, struct repinfo *inf, char *msg, int msgsize) |
int | DoRepair (struct conflict *conf, char *ufixpath, FILE *res, char *msg, int msgsize) |
int | EndRepair (struct conflict *conf, int commit, char *msg, int msgsize) |
int | RemoveInc (struct conflict *conf, char *msg, int msgsize) |
int | dorep (struct conflict *conf, char *fixpath, char *buf, int len) |
int | makedff (char *extfile, char *intfile, char *msg, int msgsize) |
int BeginRepair | ( | char * | pathname, |
struct conflict ** | conf, | ||
char * | msg, | ||
int | msgsize | ||
) |
int ClearInc | ( | struct conflict * | conf, |
char * | msg, | ||
int | msgsize | ||
) |
int compareAcl | ( | int | nreplicas, |
resreplica * | dirs | ||
) |
int CompareDirs | ( | struct conflict * | conf, |
const char * | fixfile, | ||
struct repinfo * | inf, | ||
char * | msg, | ||
int | msgsize | ||
) |
int compareFids | ( | ViceFid * | a, |
ViceFid * | b | ||
) |
int compareOwner | ( | int | nreplicas, |
resreplica * | dirs | ||
) |
int compareQuotas | ( | int | nreplicas, |
char ** | names | ||
) |
int compareStatus | ( | int | nreplicas, |
resreplica * | dirs | ||
) |
int compareVV | ( | int | nreplicas, |
char ** | names, | ||
struct conflict * | conf | ||
) |
int dorep | ( | struct conflict * | conf, |
char * | fixpath, | ||
char * | buf, | ||
int | len | ||
) |
int DoRepair | ( | struct conflict * | conf, |
char * | ufixpath, | ||
FILE * | res, | ||
char * | msg, | ||
int | msgsize | ||
) |
int EndRepair | ( | struct conflict * | conf, |
int | commit, | ||
char * | msg, | ||
int | msgsize | ||
) |
int findtype | ( | struct conflict * | conf | ) |
void getremovelists | ( | int | nreplicas, |
resreplica * | dirs, | ||
struct listhdr ** | repairlist | ||
) |
int getVolrepNames | ( | struct conflict * | conf, |
char *** | names, | ||
char * | msg, | ||
int | msgsize | ||
) |
int isLocal | ( | resreplica * | dir | ) |
int makedff | ( | char * | extfile, |
char * | intfile, | ||
char * | msg, | ||
int | msgsize | ||
) |
void printAcl | ( | struct Acl * | acl | ) |
int RemoveInc | ( | struct conflict * | conf, |
char * | msg, | ||
int | msgsize | ||
) |