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

#include <incore.h>

Data Fields

void(* lo_add )(struct gfs2_sbd *sdp, struct gfs2_bufdata *bd)
 
void(* lo_before_commit )(struct gfs2_sbd *sdp)
 
void(* lo_after_commit )(struct gfs2_sbd *sdp, struct gfs2_ail *ai)
 
void(* lo_before_scan )(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, int pass)
 
int(* lo_scan_elements )(struct gfs2_jdesc *jd, unsigned int start, struct gfs2_log_descriptor *ld, __be64 *ptr, int pass)
 
void(* lo_after_scan )(struct gfs2_jdesc *jd, int error, int pass)
 
const charlo_name
 

Detailed Description

Definition at line 54 of file incore.h.

Field Documentation

void(* lo_add)(struct gfs2_sbd *sdp, struct gfs2_bufdata *bd)

Definition at line 55 of file incore.h.

void(* lo_after_commit)(struct gfs2_sbd *sdp, struct gfs2_ail *ai)

Definition at line 57 of file incore.h.

void(* lo_after_scan)(struct gfs2_jdesc *jd, int error, int pass)

Definition at line 63 of file incore.h.

void(* lo_before_commit)(struct gfs2_sbd *sdp)

Definition at line 56 of file incore.h.

void(* lo_before_scan)(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, int pass)

Definition at line 58 of file incore.h.

const char* lo_name

Definition at line 64 of file incore.h.

int(* lo_scan_elements)(struct gfs2_jdesc *jd, unsigned int start, struct gfs2_log_descriptor *ld, __be64 *ptr, int pass)

Definition at line 60 of file incore.h.


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