Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext4/
Dfsync.c107 J_ASSERT(ext4_journal_current_handle() == NULL); in ext4_sync_file()
Dext4_jbd2.h330 static inline handle_t *ext4_journal_current_handle(void) in ext4_journal_current_handle() function
Dinode.c783 ret = ext4_map_blocks(ext4_journal_current_handle(), inode, &map, in _ext4_get_block()
857 WARN_ON_ONCE(ext4_journal_current_handle()); in ext4_dio_get_block()
875 WARN_ON_ONCE(ext4_journal_current_handle()); in ext4_dio_get_block_unwritten_async()
914 WARN_ON_ONCE(ext4_journal_current_handle()); in ext4_dio_get_block_unwritten_sync()
938 WARN_ON_ONCE(ext4_journal_current_handle()); in ext4_dio_get_block_overwrite()
1387 handle_t *handle = ext4_journal_current_handle(); in ext4_write_end()
1490 handle_t *handle = ext4_journal_current_handle(); in ext4_journalled_write_end()
3136 handle_t *handle = ext4_journal_current_handle(); in ext4_da_write_end()
5356 if (ext4_journal_current_handle()) { in ext4_write_inode()
Dnamei.c2448 handle = ext4_journal_current_handle(); in ext4_create()
2481 handle = ext4_journal_current_handle(); in ext4_mknod()
2513 handle = ext4_journal_current_handle(); in ext4_tmpfile()
2628 handle = ext4_journal_current_handle(); in ext4_mkdir()
3096 handle = ext4_journal_current_handle(); in ext4_symlink()
3437 handle = ext4_journal_current_handle(); in ext4_whiteout_for_rename()