Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ext3_jbd.c File Reference
#include "ext3.h"

Go to the source code of this file.

Functions

int __ext3_journal_get_undo_access (const char *where, handle_t *handle, struct buffer_head *bh)
 
int __ext3_journal_get_write_access (const char *where, handle_t *handle, struct buffer_head *bh)
 
int __ext3_journal_forget (const char *where, handle_t *handle, struct buffer_head *bh)
 
int __ext3_journal_revoke (const char *where, handle_t *handle, unsigned long blocknr, struct buffer_head *bh)
 
int __ext3_journal_get_create_access (const char *where, handle_t *handle, struct buffer_head *bh)
 
int __ext3_journal_dirty_metadata (const char *where, handle_t *handle, struct buffer_head *bh)
 

Function Documentation

int __ext3_journal_dirty_metadata ( const char where,
handle_t *  handle,
struct buffer_head *  bh 
)

Definition at line 52 of file ext3_jbd.c.

int __ext3_journal_forget ( const char where,
handle_t *  handle,
struct buffer_head *  bh 
)

Definition at line 25 of file ext3_jbd.c.

int __ext3_journal_get_create_access ( const char where,
handle_t *  handle,
struct buffer_head *  bh 
)

Definition at line 43 of file ext3_jbd.c.

int __ext3_journal_get_undo_access ( const char where,
handle_t *  handle,
struct buffer_head *  bh 
)

Definition at line 7 of file ext3_jbd.c.

int __ext3_journal_get_write_access ( const char where,
handle_t *  handle,
struct buffer_head *  bh 
)

Definition at line 16 of file ext3_jbd.c.

int __ext3_journal_revoke ( const char where,
handle_t *  handle,
unsigned long  blocknr,
struct buffer_head *  bh 
)

Definition at line 34 of file ext3_jbd.c.