Coda Distributed File System
Functions
path.cc File Reference
#include "repcmds.h"
Include dependency graph for path.cc:

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)
 

Function Documentation

◆ repair_getfid()

int repair_getfid ( char *  path,
ViceFid *  outfid,
char *  outrealm,
ViceVersionVector *  outvv,
char *  msg,
int  msgsize 
)

◆ repair_getmnt()

int repair_getmnt ( char *  realpath,
char *  prefix,
char *  suffix,
VolumeId *  vid,
char *  realm,
char *  msg,
int  msgsize 
)

◆ repair_inconflict()

int repair_inconflict ( char *  name,
ViceFid *  conflictfid,
char *  conflictrealm 
)

◆ repair_isleftmost()

int repair_isleftmost ( char *  path,
char *  realpath,
int  len,
char *  msg,
int  msgsize 
)