Coda Distributed File System
Classes | Macros | Functions
vol-salvage.private.h File Reference
#include <rec_dlist.h>
#include <bitmap.h>
#include <recov_vollog.h>
Include dependency graph for vol-salvage.private.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  InodeSummary
 
struct  VolumeSummary
 
struct  VnodeEssence
 
struct  VnodeInfo
 
struct  DirSummary
 

Macros

#define readOnly(vsp)    ((vsp)->header.type == ROVOL || (vsp)->header.type == BACKVOL)
 

Functions

int OnlyOneVolume (struct ViceInodeInfo *, VolumeId)
 
int InSkipVolumeList (VolumeId, VolumeId *, int)
 

Macro Definition Documentation

◆ readOnly

#define readOnly (   vsp)     ((vsp)->header.type == ROVOL || (vsp)->header.type == BACKVOL)

Function Documentation

◆ InSkipVolumeList()

int InSkipVolumeList ( VolumeId  v,
VolumeId *  vl,
int  nvols 
)

◆ OnlyOneVolume()

int OnlyOneVolume ( struct ViceInodeInfo inodeinfo,
VolumeId  singleVolumeNumber 
)