ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | ext4_journal_get_write_access(handle, icb, bh) __ext4_journal_get_write_access("", __LINE__, (icb), (handle), (bh)) |
#define | ext4_forget(handle, icb, is_metadata, inode, bh, block_nr) |
#define | ext4_journal_get_create_access(handle, icb, bh) __ext4_journal_get_create_access("", __LINE__, (icb), (handle), (bh)) |
#define | ext4_handle_dirty_metadata(handle, icb, inode, bh) |
#define | ext4_journal_start_sb(icb, sb, type, nblocks) __ext4_journal_start_sb((icb), (sb), __LINE__, (type), (nblocks), 0) |
#define | ext4_journal_start(icb, inode, type, nblocks) __ext4_journal_start((icb), (inode), __LINE__, (type), (nblocks), 0) |
#define | ext4_journal_stop(icb, handle) __ext4_journal_stop("", __LINE__, (icb), (handle)) |
Definition at line 30 of file ext4_jbd2.h.
Definition at line 35 of file ext4_jbd2.h.
#define ext4_journal_get_create_access | ( | handle, | |
icb, | |||
bh | |||
) | __ext4_journal_get_create_access("", __LINE__, (icb), (handle), (bh)) |
Definition at line 33 of file ext4_jbd2.h.
#define ext4_journal_get_write_access | ( | handle, | |
icb, | |||
bh | |||
) | __ext4_journal_get_write_access("", __LINE__, (icb), (handle), (bh)) |
Definition at line 28 of file ext4_jbd2.h.
#define ext4_journal_start | ( | icb, | |
inode, | |||
type, | |||
nblocks | |||
) | __ext4_journal_start((icb), (inode), __LINE__, (type), (nblocks), 0) |
Definition at line 46 of file ext4_jbd2.h.
#define ext4_journal_start_sb | ( | icb, | |
sb, | |||
type, | |||
nblocks | |||
) | __ext4_journal_start_sb((icb), (sb), __LINE__, (type), (nblocks), 0) |
Definition at line 43 of file ext4_jbd2.h.
#define ext4_journal_stop | ( | icb, | |
handle | |||
) | __ext4_journal_stop("", __LINE__, (icb), (handle)) |
Definition at line 57 of file ext4_jbd2.h.
int __ext4_forget | ( | const char * | where, |
unsigned int | line, | ||
void * | icb, | ||
handle_t * | handle, | ||
int | is_metadata, | ||
struct inode * | inode, | ||
struct buffer_head * | bh, | ||
ext4_fsblk_t | blocknr | ||
) |
Definition at line 46 of file ext4_jbd2.c.
int __ext4_handle_dirty_metadata | ( | const char * | where, |
unsigned int | line, | ||
void * | icb, | ||
handle_t * | handle, | ||
struct inode * | inode, | ||
struct buffer_head * | bh | ||
) |
Definition at line 61 of file ext4_jbd2.c.
Referenced by __ext4_ext_dirty().
int __ext4_handle_dirty_super | ( | const char * | where, |
unsigned int | line, | ||
handle_t * | handle, | ||
struct super_block * | sb | ||
) |
Definition at line 71 of file ext4_jbd2.c.
int __ext4_journal_get_create_access | ( | const char * | where, |
unsigned int | line, | ||
void * | icb, | ||
handle_t * | handle, | ||
struct buffer_head * | bh | ||
) |
Definition at line 54 of file ext4_jbd2.c.
int __ext4_journal_get_write_access | ( | const char * | where, |
unsigned int | line, | ||
void * | icb, | ||
handle_t * | handle, | ||
struct buffer_head * | bh | ||
) |
Definition at line 27 of file ext4_jbd2.c.
|
inlinestatic |
Definition at line 49 of file ext4_jbd2.h.
handle_t * __ext4_journal_start_sb | ( | void * | icb, |
struct super_block * | sb, | ||
unsigned int | line, | ||
int | type, | ||
int | blocks, | ||
int | rsv_blocks | ||
) |
Definition at line 10 of file ext4_jbd2.c.
Referenced by __ext4_journal_start().
Definition at line 16 of file ext4_jbd2.c.
void ext4_journal_abort_handle | ( | const char * | caller, |
unsigned int | line, | ||
const char * | err_fn, | ||
struct buffer_head * | bh, | ||
handle_t * | handle, | ||
int | err | ||
) |
Definition at line 21 of file ext4_jbd2.c.
Definition at line 60 of file ext4_jbd2.h.
Referenced by ext4_ext_try_to_merge_up().