Coda Distributed File System
Functions | Variables
ftreeifs.c File Reference
#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"
Include dependency graph for ftreeifs.c:

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
 

Function Documentation

◆ f_inotostr()

void f_inotostr ( struct DiskPartition dp,
Inode  ino,
char *  filename 
)

◆ f_list_coda_inodes()

int f_list_coda_inodes ( struct DiskPartition dp,
char *  resultFile,
int(*)(struct ViceInodeInfo *, VolumeId)  judgeInode,
int  judgeParam 
)

◆ printnames()

void printnames ( struct DiskPartition dp,
int  low,
int  step,
int  high 
)

Variable Documentation

◆ inodeops_ftree

struct inodeops inodeops_ftree
Initial value:
= {
f_icreate, f_iopen, f_iread, f_iwrite,
f_iinc, f_idec, f_get_header, f_put_header,
f_init, f_magic, f_list_coda_inodes
}
int f_list_coda_inodes(struct DiskPartition *, char *resultFile, int(*judgeInode)(struct ViceInodeInfo *, VolumeId), int judgeParam)
Definition: ftreeifs.c:577