Coda Distributed File System
|
#include <stdio.h>
#include "coda_string.h"
#include <cvnode.h>
#include <volume.h>
#include <index.h>
#include <recov.h>
#include <ops.h>
#include <camprivate.h>
#include <coda_globals.h>
#include <parser.h>
#include "norton.h"
Functions | |
void | PrintVnodeDiskObject (VnodeDiskObject *vnode) |
void | show_vnode (VolumeId volid, Unique_t uniquifier) |
void | show_vnode (VolumeId volid, VnodeId vnum, Unique_t uniquifier) |
void | show_vnode (int argc, char *argv[]) |
void | show_free (int argc, char *argv[]) |
void | set_linkcount (int argc, char *argv[]) EXCLUDES_TRANSACTION |
void PrintVnodeDiskObject | ( | VnodeDiskObject * | vnode | ) |
void set_linkcount | ( | int | argc, |
char * | argv[] | ||
) |
void show_free | ( | int | argc, |
char * | argv[] | ||
) |
void show_vnode | ( | int | argc, |
char * | argv[] | ||
) |
void show_vnode | ( | VolumeId | volid, |
Unique_t | uniquifier | ||
) |
void show_vnode | ( | VolumeId | volid, |
VnodeId | vnum, | ||
Unique_t | uniquifier | ||
) |