Coda Distributed File System
Functions | Variables
mkcodabf.c File Reference
#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>
Include dependency graph for mkcodabf.c:

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
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Variable Documentation

◆ dirdigits

int dirdigits = 2

◆ filesperdir

long filesperdir = 100

◆ hunkbytes

off_t hunkbytes

◆ hunksize

long hunksize = 1

◆ megabyte

const off_t megabyte = 1048576

◆ verbose

int verbose = 0