Home
last modified time | relevance | path

Searched refs:ext4_journal_current_handle (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/ext4/
Dfsync.c96 J_ASSERT(ext4_journal_current_handle() == NULL); in ext4_sync_file()
Dext4_jbd2.h331 static inline handle_t *ext4_journal_current_handle(void) in ext4_journal_current_handle() function
Dnamei.c2514 handle = ext4_journal_current_handle(); in ext4_create()
2561 handle = ext4_journal_current_handle(); in ext4_mknod()
2591 handle = ext4_journal_current_handle(); in ext4_tmpfile()
2704 handle = ext4_journal_current_handle(); in ext4_mkdir()
3173 handle = ext4_journal_current_handle(); in ext4_symlink()
3525 handle = ext4_journal_current_handle(); in ext4_whiteout_for_rename()
Dinode.c693 handle_t *handle = ext4_journal_current_handle(); in _ext4_get_block()
1142 handle_t *handle = ext4_journal_current_handle(); in ext4_write_end()
1216 handle_t *handle = ext4_journal_current_handle(); in ext4_journalled_write_end()
2779 handle_t *handle = ext4_journal_current_handle(); in ext4_da_write_end()
4621 if (ext4_journal_current_handle()) { in ext4_write_inode()