Coda Distributed File System
|
#include <stdio.h>
#include <sys/param.h>
#include <sys/file.h>
#include <netinet/in.h>
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
#include "coda_string.h"
#include <lwp/lwp.h>
#include <lwp/lock.h>
#include <volutil.h>
#include <util.h>
#include <voltypes.h>
#include <voldefs.h>
#include <vldb.h>
#include <vice.h>
#include <srv.h>
#include <rpc2/errors.h>
#include <cvnode.h>
#include <volume.h>
#include <vutil.h>
#include <vice_file.h>
Macros | |
#define | vldbindex(p) ((p) - &vldb_array[0]) |
Functions | |
long | S_VolMakeVLDB (RPC2_Handle rpcid, RPC2_String formal_infile) |
Variables | |
int(* | AddEntry [MAXVOLTYPES])(...) |
#define vldbindex | ( | p | ) | ((p) - &vldb_array[0]) |
long S_VolMakeVLDB | ( | RPC2_Handle | rpcid, |
RPC2_String | formal_infile | ||
) |
int(* AddEntry[MAXVOLTYPES])(...) | ( | ... | ) |