Go to the documentation of this file.
49 #define fileRead 0x0001
50 #define fileWrite 0x0002
51 #define fileBinary 0x0004
52 #define fileAppend 0x0008
int(* vfsWrite)(void *, char *, off_t, long)
struct fileSystem * vfs_findFS(int)
int(* readlink)(struct inode *, char *, int)
int vfsRegisterFS(struct fileSystem)
register a file system
int(* remount_fs)(struct super_block *, int *, char *)
int(* mkdir)(struct inode *, const char *, int, int)
void(* truncate)(struct inode *)
int(* link)(struct inode *, struct inode *, const char *, int)
void(* put_super)(struct super_block *)
unsigned char s_blocksize_bits
int(* vfsRead)(void *, char *, off_t, long)
unsigned long s_blocksize
int(* mknod)(struct inode *, const char *, int, int, int)
void(* write_super)(struct super_block *)
int(* notify_change)(int flags, struct inode *)
int(* vfsMakeDir)(char *, void *)
int(* rmdir)(struct inode *, const char *, int)
struct file_operations * default_file_ops
int(* symlink)(struct inode *, const char *, int, const char *)
int(* follow_link)(struct inode *, struct inode *, int, int, struct inode **)
int(* create)(struct inode *, const char *, int, int, struct inode **)
int(* bmap)(struct inode *, int)
struct msdos_sb_info msdos_sb
int(* unlink)(struct inode *, const char *, int)
void(* read_inode)(struct inode *)
int(* permission)(struct inode *, int)
struct wait_queue * s_wait
int(* lookup)(struct inode *, const char *, int, struct inode **)
void(* put_inode)(struct inode *)
struct super_operations * s_op
int(* vfsUnlink)(char *, void *)
int(* vfsOpenFile)(void *, void *)
void(* write_inode)(struct inode *)
int(* rename)(struct inode *, const char *, int, struct inode *, const char *, int)