#include <partition.h>
|
Inode(* | icreate )(struct DiskPartition *, u_long, u_long, u_long, u_long) |
|
int(* | iopen )(struct DiskPartition *, Inode, int) |
|
int(* | iread )(struct DiskPartition *, Inode inode_number, Inode parent_vol, int offset, char *buf, int count) |
|
int(* | iwrite )(struct DiskPartition *, Inode inode_number, Inode parent_vol, int offset, char *buf, int count) |
|
int(* | iinc )(struct DiskPartition *, Inode inode_number, Inode parent_vol) |
|
int(* | idec )(struct DiskPartition *, Inode inode_number, Inode parent_vol) |
|
int(* | get_header )(struct DiskPartition *, struct i_header *header, Inode ino) |
|
int(* | put_header )(struct DiskPartition *, struct i_header *header, Inode ino) |
|
int(* | init )(union PartitionData **data, Partent partent, Device *dev) |
|
int(* | magic )() |
|
int(* | ListCodaInodes )(struct DiskPartition *, char *resultFile, int(*judgeInode)(struct ViceInodeInfo *, VolumeId), int judgeParam) |
|
◆ get_header
◆ icreate
◆ idec
◆ iinc
◆ init
◆ iopen
◆ iread
int(* inodeops::iread) (struct DiskPartition *, Inode inode_number, Inode parent_vol, int offset, char *buf, int count) |
◆ iwrite
int(* inodeops::iwrite) (struct DiskPartition *, Inode inode_number, Inode parent_vol, int offset, char *buf, int count) |
◆ ListCodaInodes
int(* inodeops::ListCodaInodes) (struct DiskPartition *, char *resultFile, int(*judgeInode)(struct ViceInodeInfo *, VolumeId), int judgeParam) |
◆ magic
int(* inodeops::magic) () |
◆ put_header
The documentation for this struct was generated from the following file: