Coda Distributed File System
|
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <coda_fts.h>
#include <string.h>
#include <errno.h>
Macros | |
#define | FILERVMSIZE 128 |
#define | DIRSIZE 1028 |
#define | DIRPAGE 2048 |
#define | DIRNONNAME 16 |
#define | PAGELOSS 448 |
#define | OneMB (1024 * 1024) |
#define | MB(x) ((double)(x) / OneMB) |
Functions | |
int | main (int argc, char **argv) |
#define DIRNONNAME 16 |
#define DIRPAGE 2048 |
#define DIRSIZE 1028 |
#define FILERVMSIZE 128 |
#define OneMB (1024 * 1024) |
#define PAGELOSS 448 |
int main | ( | int | argc, |
char ** | argv | ||
) |