|
Coda Distributed File System
|
#include <stdio.h>#include <string.h>#include <stdlib.h>#include <errno.h>#include <unistd.h>#include <fcntl.h>#include <sys/types.h>#include <sys/stat.h>#include <sys/param.h>
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| const off_t | megabyte = 1048576 |
| long | hunksize = 1 |
| off_t | hunkbytes |
| long | filesperdir = 100 |
| int | dirdigits = 2 |
| int | verbose = 0 |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| int dirdigits = 2 |
| long filesperdir = 100 |
| off_t hunkbytes |
| long hunksize = 1 |
| const off_t megabyte = 1048576 |
| int verbose = 0 |