Home
last modified time | relevance | path

Searched refs:ext3_journal_current_handle (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/ext3/
Dfsync.c62 J_ASSERT(ext3_journal_current_handle() == NULL); in ext3_sync_file()
Dinode.c1024 handle_t *handle = ext3_journal_current_handle(); in ext3_get_block()
1377 handle_t *handle = ext3_journal_current_handle(); in ext3_ordered_write_end()
1414 handle_t *handle = ext3_journal_current_handle(); in ext3_writeback_write_end()
1441 handle_t *handle = ext3_journal_current_handle(); in ext3_journalled_write_end()
1596 if (ext3_journal_current_handle()) in ext3_ordered_writepage()
1670 if (ext3_journal_current_handle()) in ext3_writeback_writepage()
1721 if (ext3_journal_current_handle()) in ext3_journalled_writepage()
3207 if (ext3_journal_current_handle()) { in ext3_write_inode()
3472 handle_t *current_handle = ext3_journal_current_handle(); in ext3_dirty_inode()
Dext3.h1271 static inline handle_t *ext3_journal_current_handle(void) in ext3_journal_current_handle() function