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

#include <ext4_jbd2.h>

Data Fields

struct list_head jce_list
 
void(* jce_func )(struct super_block *sb, struct ext4_journal_cb_entry *jce, int error)
 

Detailed Description

struct ext4_journal_cb_entry - Base structure for callback information.

This struct is a 'seed' structure for a using with your own callback structs. If you are using callbacks you must allocate one of these or another struct of your own definition which has this struct as it's first element and pass it to ext4_journal_callback_add().

Definition at line 121 of file ext4_jbd2.h.

Field Documentation

Definition at line 126 of file ext4_jbd2.h.

struct list_head jce_list

Definition at line 123 of file ext4_jbd2.h.


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