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

#include <reiserfs.h>

Data Fields

int(* bytes_number )(struct item_head *ih, int block_size)
 
void(* decrement_key )(struct cpu_key *)
 
int(* is_left_mergeable )(struct reiserfs_key *ih, unsigned long bsize)
 
void(* print_item )(struct item_head *, char *item)
 
void(* check_item )(struct item_head *, char *item)
 
int(* create_vi )(struct virtual_node *vn, struct virtual_item *vi, int is_affected, int insert_size)
 
int(* check_left )(struct virtual_item *vi, int free, int start_skip, int end_skip)
 
int(* check_right )(struct virtual_item *vi, int free)
 
int(* part_size )(struct virtual_item *vi, int from, int to)
 
int(* unit_num )(struct virtual_item *vi)
 
void(* print_vi )(struct virtual_item *vi)
 

Detailed Description

Definition at line 2189 of file reiserfs.h.

Field Documentation

int(* bytes_number)(struct item_head *ih, int block_size)

Definition at line 2190 of file reiserfs.h.

void(* check_item)(struct item_head *, char *item)

Definition at line 2195 of file reiserfs.h.

int(* check_left)(struct virtual_item *vi, int free, int start_skip, int end_skip)

Definition at line 2199 of file reiserfs.h.

int(* check_right)(struct virtual_item *vi, int free)

Definition at line 2201 of file reiserfs.h.

int(* create_vi)(struct virtual_node *vn, struct virtual_item *vi, int is_affected, int insert_size)

Definition at line 2197 of file reiserfs.h.

void(* decrement_key)(struct cpu_key *)

Definition at line 2191 of file reiserfs.h.

int(* is_left_mergeable)(struct reiserfs_key *ih, unsigned long bsize)

Definition at line 2192 of file reiserfs.h.

int(* part_size)(struct virtual_item *vi, int from, int to)

Definition at line 2202 of file reiserfs.h.

void(* print_item)(struct item_head *, char *item)

Definition at line 2194 of file reiserfs.h.

void(* print_vi)(struct virtual_item *vi)

Definition at line 2204 of file reiserfs.h.

int(* unit_num)(struct virtual_item *vi)

Definition at line 2203 of file reiserfs.h.


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