Linux Kernel
3.7.1
|
#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) |
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.
void(* jce_func)(struct super_block *sb, struct ext4_journal_cb_entry *jce, int error) |
Definition at line 126 of file ext4_jbd2.h.
Definition at line 123 of file ext4_jbd2.h.