|
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 <errno.h>#include <ctype.h>#include <util.h>#include "partition.h"
Functions | |
| int | s_list_coda_inodes (struct DiskPartition *, char *resultFile, int(*judgeInode)(struct ViceInodeInfo *, VolumeId), int judgeParam) |
Variables | |
| struct inodeops | inodeops_simple |
| int s_list_coda_inodes | ( | struct DiskPartition * | dp, |
| char * | resultFile, | ||
| int(*)(struct ViceInodeInfo *, VolumeId) | judgeInode, | ||
| int | judgeParam | ||
| ) |
| struct inodeops inodeops_simple |