Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
adfs_dir_ops Struct Reference

#include <adfs.h>

Data Fields

int(* read )(struct super_block *sb, unsigned int id, unsigned int sz, struct adfs_dir *dir)
 
int(* setpos )(struct adfs_dir *dir, unsigned int fpos)
 
int(* getnext )(struct adfs_dir *dir, struct object_info *obj)
 
int(* update )(struct adfs_dir *dir, struct object_info *obj)
 
int(* create )(struct adfs_dir *dir, struct object_info *obj)
 
int(* remove )(struct adfs_dir *dir, struct object_info *obj)
 
int(* sync )(struct adfs_dir *dir)
 
void(* free )(struct adfs_dir *dir)
 

Detailed Description

Definition at line 125 of file adfs.h.

Field Documentation

int(* create)(struct adfs_dir *dir, struct object_info *obj)

Definition at line 130 of file adfs.h.

void(* free)(struct adfs_dir *dir)

Definition at line 133 of file adfs.h.

int(* getnext)(struct adfs_dir *dir, struct object_info *obj)

Definition at line 128 of file adfs.h.

int(* read)(struct super_block *sb, unsigned int id, unsigned int sz, struct adfs_dir *dir)

Definition at line 126 of file adfs.h.

int(* remove)(struct adfs_dir *dir, struct object_info *obj)

Definition at line 131 of file adfs.h.

int(* setpos)(struct adfs_dir *dir, unsigned int fpos)

Definition at line 127 of file adfs.h.

int(* sync)(struct adfs_dir *dir)

Definition at line 132 of file adfs.h.

int(* update)(struct adfs_dir *dir, struct object_info *obj)

Definition at line 129 of file adfs.h.


The documentation for this struct was generated from the following file: