Linux Kernel
3.7.1
|
#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) |
int __ext3_journal_dirty_metadata | ( | const char * | where, |
handle_t * | handle, | ||
struct buffer_head * | bh | ||
) |
Definition at line 52 of file ext3_jbd.c.
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.