Coda Distributed File System
|
#include <unistd.h>
#include <stdlib.h>
#include "coda_string.h"
#include <lwp/lwp.h>
#include <lwp/lock.h>
#include <util.h>
#include <vcrcommon.h>
#include <voltypes.h>
#include <vice.h>
#include <cvnode.h>
#include <volume.h>
#include <srv.h>
#include <vrdb.h>
#include <vutil.h>
#include <vice_file.h>
#include "vvlist.h"
Functions | |
void | getlistfilename (char *filename, VolumeId groupId, VolumeId repId, const char *suffix) |
int | ValidListVVHeader (FILE *Ancient, Volume *vp, int *unique) |
void | DumpListVVHeader (int VVListFd, Volume *vp, unsigned int dumplevel, int unique) |
void | ListVV (int fd, int vnode, VnodeDiskObject *vnp, unsigned int dumplevel) |
void DumpListVVHeader | ( | int | VVListFd, |
Volume * | vp, | ||
unsigned int | dumplevel, | ||
int | unique | ||
) |
void getlistfilename | ( | char * | filename, |
VolumeId | groupId, | ||
VolumeId | repId, | ||
const char * | suffix | ||
) |
void ListVV | ( | int | fd, |
int | vnode, | ||
VnodeDiskObject * | vnp, | ||
unsigned int | dumplevel | ||
) |
int ValidListVVHeader | ( | FILE * | Ancient, |
Volume * | vp, | ||
int * | unique | ||
) |