JOURNAL_CALLBACK

Section: (9)
Updated: 09 April 2004
Index Return to Main Contents

 

NAME

struct journal_callback - Base structure for callback information.  

SYNOPSIS

struct journal_callback {
  struct list_head jcb_list;
  void (* jcb_func (struct journal_callback *jcb, int error);
};  
 

MEMBERS

jcb_list
list information for other callbacks attached to the same handle.
jcb_func
Function to call with this callback structure.
 

DESCRIPTION

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 journal_callback_set.

This is used internally by jbd to maintain callback information.

See journal_callback_set for more information.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
MEMBERS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 09:51:09 GMT, April 09, 2004