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

Data Fields

void(* ent_blocknr )(struct super_block *, int, int *, sector_t *)
 
void(* ent_set_ptr )(struct fat_entry *, int)
 
int(* ent_bread )(struct super_block *, struct fat_entry *, int, sector_t)
 
int(* ent_get )(struct fat_entry *)
 
void(* ent_put )(struct fat_entry *, int)
 
int(* ent_next )(struct fat_entry *)
 

Detailed Description

Definition at line 12 of file fatent.c.

Field Documentation

void(* ent_blocknr)(struct super_block *, int, int *, sector_t *)

Definition at line 13 of file fatent.c.

Definition at line 15 of file fatent.c.

int(* ent_get)(struct fat_entry *)

Definition at line 17 of file fatent.c.

int(* ent_next)(struct fat_entry *)

Definition at line 19 of file fatent.c.

void(* ent_put)(struct fat_entry *, int)

Definition at line 18 of file fatent.c.

void(* ent_set_ptr)(struct fat_entry *, int)

Definition at line 14 of file fatent.c.


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