Coda Distributed File System
|
#include <unistd.h>
#include <stdlib.h>
#include <lwp.h>
#include <lock.h>
#include <util.h>
#include <vice.h>
#include <cvnode.h>
#include <volume.h>
#include <dirvnode.h>
Macros | |
#define | PAGESIZE 2048 |
Functions | |
void | SetDirHandle (DirHandle *dir, Vnode *vnode) |
int | ReallyRead (void *formal_file, long block, char *data) |
int | ReallyWrite (void *formal_file, long block, char *data) |
void | FidZap (void *formal_file) |
int | FidEq (void *formal_afile, void *formal_bfile) |
void | FidCpy (void *formal_tofile, void *formal_fromfile) |
#define PAGESIZE 2048 |
void FidCpy | ( | void * | formal_tofile, |
void * | formal_fromfile | ||
) |
int FidEq | ( | void * | formal_afile, |
void * | formal_bfile | ||
) |
void FidZap | ( | void * | formal_file | ) |
int ReallyRead | ( | void * | formal_file, |
long | block, | ||
char * | data | ||
) |
int ReallyWrite | ( | void * | formal_file, |
long | block, | ||
char * | data | ||
) |