Coda Distributed File System
|
#include <sys/param.h>
#include <stdio.h>
#include <ctype.h>
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
#include <assert.h>
#include "coda_string.h"
#include <copyfile.h>
#include "lka_private.h"
Macros | |
#define | O_BINARY 0 |
#define | USAGESTR "Usage: cfs lka [--clear] [+/-<db1>] [+/-<db2>] [+/-<db3>] ...\n cfs lka --list\n" |
#define | RESIZEBUF() |
Functions | |
int | LookAsideAndFillContainer (unsigned char sha[SHA_DIGEST_LENGTH], int cfd, int expectedlength, const char *codaprefix, char *emsgbuf, int emsgbuflen) |
int | LKParseAndExecute (char *command, char *emsgbuf, int emsgbuflen) |
#define O_BINARY 0 |
#define RESIZEBUF | ( | ) |
#define USAGESTR "Usage: cfs lka [--clear] [+/-<db1>] [+/-<db2>] [+/-<db3>] ...\n cfs lka --list\n" |
int LKParseAndExecute | ( | char * | command, |
char * | emsgbuf, | ||
int | emsgbuflen | ||
) |
int LookAsideAndFillContainer | ( | unsigned char | sha[SHA_DIGEST_LENGTH], |
int | cfd, | ||
int | expectedlength, | ||
const char * | codaprefix, | ||
char * | emsgbuf, | ||
int | emsgbuflen | ||
) |