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

Data Fields

int(* xlo_journal_access )(handle_t *handle, struct ocfs2_xa_loc *loc, int type)
 
void(* xlo_journal_dirty )(handle_t *handle, struct ocfs2_xa_loc *loc)
 
void *(* xlo_offset_pointer )(struct ocfs2_xa_loc *loc, int offset)
 
int(* xlo_can_reuse )(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_info *xi)
 
int(* xlo_check_space )(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_info *xi)
 
int(* xlo_get_free_start )(struct ocfs2_xa_loc *loc)
 
void(* xlo_wipe_namevalue )(struct ocfs2_xa_loc *loc)
 
void(* xlo_add_entry )(struct ocfs2_xa_loc *loc, u32 name_hash)
 
void(* xlo_add_namevalue )(struct ocfs2_xa_loc *loc, int size)
 
void(* xlo_fill_value_buf )(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_value_buf *vb)
 

Detailed Description

Definition at line 144 of file xattr.c.

Field Documentation

void(* xlo_add_entry)(struct ocfs2_xa_loc *loc, u32 name_hash)

Definition at line 179 of file xattr.c.

void(* xlo_add_namevalue)(struct ocfs2_xa_loc *loc, int size)

Definition at line 182 of file xattr.c.

Definition at line 159 of file xattr.c.

Definition at line 163 of file xattr.c.

void(* xlo_fill_value_buf)(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_value_buf *vb)

Definition at line 188 of file xattr.c.

int(* xlo_get_free_start)(struct ocfs2_xa_loc *loc)

Definition at line 170 of file xattr.c.

int(* xlo_journal_access)(handle_t *handle, struct ocfs2_xa_loc *loc, int type)

Definition at line 148 of file xattr.c.

void(* xlo_journal_dirty)(handle_t *handle, struct ocfs2_xa_loc *loc)

Definition at line 150 of file xattr.c.

void*(* xlo_offset_pointer)(struct ocfs2_xa_loc *loc, int offset)

Definition at line 156 of file xattr.c.

void(* xlo_wipe_namevalue)(struct ocfs2_xa_loc *loc)

Definition at line 176 of file xattr.c.


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