Coda Distributed File System
|
#include "repcmds.h"
Functions | |
int | repair_isleftmost (char *path, char *realpath, int len, char *msg, int msgsize) |
int | repair_getmnt (char *realpath, char *prefix, char *suffix, VolumeId *vid, char *realm, char *msg, int msgsize) |
int | repair_inconflict (char *name, ViceFid *conflictfid, char *conflictrealm) |
int | repair_getfid (char *path, ViceFid *outfid, char *outrealm, ViceVersionVector *outvv, char *msg, int msgsize) |
int repair_getfid | ( | char * | path, |
ViceFid * | outfid, | ||
char * | outrealm, | ||
ViceVersionVector * | outvv, | ||
char * | msg, | ||
int | msgsize | ||
) |
int repair_getmnt | ( | char * | realpath, |
char * | prefix, | ||
char * | suffix, | ||
VolumeId * | vid, | ||
char * | realm, | ||
char * | msg, | ||
int | msgsize | ||
) |
int repair_inconflict | ( | char * | name, |
ViceFid * | conflictfid, | ||
char * | conflictrealm | ||
) |
int repair_isleftmost | ( | char * | path, |
char * | realpath, | ||
int | len, | ||
char * | msg, | ||
int | msgsize | ||
) |