Coda Distributed File System
Macros | Functions
rvmsizer.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <coda_fts.h>
#include <string.h>
#include <errno.h>
Include dependency graph for rvmsizer.c:

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)
 

Macro Definition Documentation

◆ DIRNONNAME

#define DIRNONNAME   16

◆ DIRPAGE

#define DIRPAGE   2048

◆ DIRSIZE

#define DIRSIZE   1028

◆ FILERVMSIZE

#define FILERVMSIZE   128

◆ MB

#define MB (   x)    ((double)(x) / OneMB)

◆ OneMB

#define OneMB   (1024 * 1024)

◆ PAGELOSS

#define PAGELOSS   448

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)