Coda Distributed File System
|
#include <sys/types.h>
#include <sys/time.h>
#include <ctype.h>
#include <sys/param.h>
#include <errno.h>
#include <sys/stat.h>
#include <stdio.h>
#include <sys/socket.h>
#include <sys/file.h>
#include <unistd.h>
#include <stdlib.h>
#include <netinet/in.h>
#include <lwp/lwp.h>
#include <lwp/lock.h>
#include <lwp/timer.h>
#include <rpc2/rpc2.h>
#include <rpc2/se.h>
#include <util.h>
#include <rvmlib.h>
#include <volutil.h>
#include <voltypes.h>
#include <vice.h>
#include <cvnode.h>
#include <volume.h>
#include <camprivate.h>
#include <al.h>
#include <voldefs.h>
#include <vldb.h>
#include <partition.h>
#include <viceinode.h>
#include <vutil.h>
#include <index.h>
#include <volhash.h>
#include <coda_globals.h>
Macros | |
#define | INFOFILE "/tmp/vollookup.tmp" |
Functions | |
struct hostent * | gethostent () |
long int | S_VolLookup (RPC2_Handle rpcid, RPC2_String formal_vol, SE_Descriptor *formal_sed) |
Variables | |
const char * | voltypes [] |
#define INFOFILE "/tmp/vollookup.tmp" |
struct hostent * gethostent | ( | ) |
long int S_VolLookup | ( | RPC2_Handle | rpcid, |
RPC2_String | formal_vol, | ||
SE_Descriptor * | formal_sed | ||
) |
const char* voltypes[] |