|
Coda Distributed File System
|
#include <assert.h>#include <setjmp.h>#include <stdlib.h>#include <sys/file.h>#include <sys/types.h>#include <sys/stat.h>#include <stdio.h>#include <unistd.h>#include <fcntl.h>#include <rvm/rvm.h>#include <rvm/rvm_segment.h>#include <rvm/rds.h>#include "rds_private.h"
Macros | |
| #define | BZERO(D, L) bzero((D), (L)) |
| #define | O_BINARY 0 |
Enumerations | |
| enum | round_dir { UP , DOWN , NO_ROUND } |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| jmp_buf | jmpbuf_quit |
| char * | usage [] |
| char * | explain_datalen [] |
| char * | explain_saddr [] |
| char * | explain_hlen [] |
| char * | explain_slen [] |
| char * | explain_nl [] |
| char * | explain_chunk [] |
| char * | ortarg |
| int | optind |
| int | opterr |
| int | optopt |
| #define BZERO | ( | D, | |
| L | |||
| ) | bzero((D), (L)) |
| #define O_BINARY 0 |
| enum round_dir |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| char* explain_chunk[] |
| char* explain_datalen[] |
| char* explain_hlen[] |
| char* explain_nl[] |
| char* explain_saddr[] |
| char* explain_slen[] |
| jmp_buf jmpbuf_quit |
| int opterr |
|
extern |
| int optopt |
|
extern |
| void usage | ( | void | ) |