Coda Distributed File System
|
#include <stdio.h>
#include <errno.h>
#include <sys/ioctl.h>
#include <unistd.h>
#include <stdlib.h>
#include "coda_string.h"
#include "coda_assert.h"
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/stat.h>
#include <sys/param.h>
#include <sys/types.h>
#include <inodeops.h>
#include <util.h>
#include <vice.h>
#include <venusioctl.h>
#include <prs.h>
#include <codaconf.h>
#include <inconsist.h>
#include <coda_config.h>
Classes | |
struct | command |
struct | aclentry |
struct | acl |
Macros | |
#define | PERROR(desc) |
#define | CLO_CONFLICTSONLY 0x1 |
#define | CLO_INTERACTIVE 0x2 |
#define | CLO_REMOVE 0x4 |
#define | MAXHOSTS 8 /* from venus.private.h, should be in vice.h! */ |
Typedefs | |
typedef void(* | PFV3) (int, char **, int) |
Enumerations | |
enum | VolumeStateType { Unreachable = 1 , Reachable , Resolving , Unreachable = 1 , Reachable , Resolving } |
enum | closure_ops { CLO_EXAMINE , CLO_REPLAY } |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
char | piobuf [CFS_PIOBUFSIZE] |
struct command | cmdarray [] |
int | cmdcount = (int)(sizeof(cmdarray) / sizeof(struct command)) |
#define CLO_CONFLICTSONLY 0x1 |
#define CLO_INTERACTIVE 0x2 |
#define CLO_REMOVE 0x4 |
#define MAXHOSTS 8 /* from venus.private.h, should be in vice.h! */ |
typedef void(* PFV3) (int, char **, int) |
enum closure_ops |
enum VolumeStateType |
int main | ( | int | argc, |
char * | argv[] | ||
) |
struct command cmdarray[] |
char piobuf[CFS_PIOBUFSIZE] |