Coda Distributed File System
|
#include <stdio.h>
#include <fcntl.h>
#include "coda_string.h"
#include <sys/types.h>
#include <stdarg.h>
#include <struct.h>
#include <unistd.h>
#include <stdlib.h>
#include <netinet/in.h>
#include <lwp/lock.h>
#include <rpc2/rpc2.h>
#include <rpc2/se.h>
#include <rpc2/multi.h>
#include <rpc2/pack_helper.h>
#include <codadir.h>
#include <vice.h>
#include <cml.h>
#include "archive.h"
#include <dlist.h>
#include "comm.h"
#include "fso.h"
#include "local.h"
#include "mariner.h"
#include "mgrp.h"
#include "venus.private.h"
#include "venuscb.h"
#include "venusvol.h"
#include "vproc.h"
#include "worker.h"
Classes | |
struct | WriteLinksHook |
Macros | |
#define | PRINTVV(fd, vv) |
#define | UNSET_INDEX -2 |
#define | MAXSTALEDIRS 50 |
Functions | |
int | PathAltered (VenusFid *cfid, char *suffix, ClientModifyLog *CML, cmlent *starter) |
void | RecoverPathName (char *path, VenusFid *fid, ClientModifyLog *CML, cmlent *starter) |
Variables | |
int | LogOpts = 1 |
int | allow_backfetch |
#define MAXSTALEDIRS 50 |
#define PRINTVV | ( | fd, | |
vv | |||
) |
#define UNSET_INDEX -2 |
int PathAltered | ( | VenusFid * | cfid, |
char * | suffix, | ||
ClientModifyLog * | CML, | ||
cmlent * | starter | ||
) |
void RecoverPathName | ( | char * | path, |
VenusFid * | fid, | ||
ClientModifyLog * | CML, | ||
cmlent * | starter | ||
) |
int allow_backfetch |
int LogOpts = 1 |