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

Data Fields

void(* eo_set_last_eb_blk )(struct ocfs2_extent_tree *et, u64 blkno)
 
u64(* eo_get_last_eb_blk )(struct ocfs2_extent_tree *et)
 
void(* eo_update_clusters )(struct ocfs2_extent_tree *et, u32 new_clusters)
 
void(* eo_extent_map_insert )(struct ocfs2_extent_tree *et, struct ocfs2_extent_rec *rec)
 
void(* eo_extent_map_truncate )(struct ocfs2_extent_tree *et, u32 clusters)
 
int(* eo_insert_check )(struct ocfs2_extent_tree *et, struct ocfs2_extent_rec *rec)
 
int(* eo_sanity_check )(struct ocfs2_extent_tree *et)
 
void(* eo_fill_root_el )(struct ocfs2_extent_tree *et)
 
void(* eo_fill_max_leaf_clusters )(struct ocfs2_extent_tree *et)
 
enum ocfs2_contig_type(* eo_extent_contig )(struct ocfs2_extent_tree *et, struct ocfs2_extent_rec *ext, struct ocfs2_extent_rec *insert_rec)
 

Detailed Description

Definition at line 76 of file alloc.c.

Field Documentation

Definition at line 144 of file alloc.c.

void(* eo_extent_map_insert)(struct ocfs2_extent_tree *et, struct ocfs2_extent_rec *rec)

Definition at line 101 of file alloc.c.

void(* eo_extent_map_truncate)(struct ocfs2_extent_tree *et, u32 clusters)

Definition at line 108 of file alloc.c.

void(* eo_fill_max_leaf_clusters)(struct ocfs2_extent_tree *et)

Definition at line 136 of file alloc.c.

void(* eo_fill_root_el)(struct ocfs2_extent_tree *et)

Definition at line 129 of file alloc.c.

u64(* eo_get_last_eb_blk)(struct ocfs2_extent_tree *et)

Definition at line 86 of file alloc.c.

int(* eo_insert_check)(struct ocfs2_extent_tree *et, struct ocfs2_extent_rec *rec)

Definition at line 115 of file alloc.c.

int(* eo_sanity_check)(struct ocfs2_extent_tree *et)

Definition at line 117 of file alloc.c.

void(* eo_set_last_eb_blk)(struct ocfs2_extent_tree *et, u64 blkno)

Definition at line 84 of file alloc.c.

void(* eo_update_clusters)(struct ocfs2_extent_tree *et, u32 new_clusters)

Definition at line 94 of file alloc.c.


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