|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Variables | |
| static handle_t | no_journal |
| 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.
| 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.
|
static |
Definition at line 8 of file ext4_jbd2.c.
Referenced by __ext4_journal_start_sb().