Coda Distributed File System
|
#include <sys/types.h>
#include <sys/param.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include "coda_string.h"
#include <errno.h>
#include <math.h>
#include <lwp/lwp.h>
#include <lwp/lock.h>
#include <util.h>
#include "vicetab.h"
#include "inodeops.h"
#include "partition.h"
#include "mkpath.h"
Functions | |
int | f_list_coda_inodes (struct DiskPartition *, char *resultFile, int(*judgeInode)(struct ViceInodeInfo *, VolumeId), int judgeParam) |
void | f_inotostr (struct DiskPartition *dp, Inode ino, char *filename) |
void | printnames (struct DiskPartition *dp, int low, int step, int high) |
Variables | |
struct inodeops | inodeops_ftree |
void f_inotostr | ( | struct DiskPartition * | dp, |
Inode | ino, | ||
char * | filename | ||
) |
int f_list_coda_inodes | ( | struct DiskPartition * | dp, |
char * | resultFile, | ||
int(*)(struct ViceInodeInfo *, VolumeId) | judgeInode, | ||
int | judgeParam | ||
) |
void printnames | ( | struct DiskPartition * | dp, |
int | low, | ||
int | step, | ||
int | high | ||
) |
struct inodeops inodeops_ftree |