33 char *buf,
int count);
35 char *buf,
int count);
struct direct * dp
Definition: dir.cc:38
Inode icreate(Device, u_long, u_long, u_long, u_long)
Definition: inodeops.c:28
int iread(Device dev, Inode inode_number, Inode parent_vol, int offset, char *buf, int count)
Definition: inodeops.c:97
int iopen(Device, Inode, int)
Definition: inodeops.c:42
int put_header(struct DiskPartition *dp, struct i_header *header, Inode ino)
Definition: inodeops.c:119
int idec(Device dev, Inode inode_number, Inode parent_vol)
Definition: inodeops.c:57
int get_header(struct DiskPartition *dp, struct i_header *header, Inode ino)
Definition: inodeops.c:111
int iinc(Device dev, Inode inode_number, Inode parent_vol)
Definition: inodeops.c:70
int iwrite(Device dev, Inode inode_number, Inode parent_vol, int offset, char *buf, int count)
Definition: inodeops.c:83
int ListCodaInodes(char *devname, char *mountedOn, char *resultFile, int(*judgeInode)(struct ViceInodeInfo *, VolumeId), int judgeParam)
Definition: partition.h:40
Definition: viceinode.h:59
bit32 Device
Definition: voltypes.h:60
bit32 Inode
Definition: voltypes.h:61