Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dfsync.c139 J_ASSERT(ext4_journal_current_handle() == NULL); in ext4_sync_file()
H A Dext4_jbd2.h341 static inline handle_t *ext4_journal_current_handle(void) in ext4_journal_current_handle() function
H A Dnamei.c2776 handle = ext4_journal_current_handle(); in ext4_create()
2811 handle = ext4_journal_current_handle(); in ext4_mknod()
2845 handle = ext4_journal_current_handle(); in ext4_tmpfile()
2958 handle = ext4_journal_current_handle(); in ext4_mkdir()
3496 handle = ext4_journal_current_handle(); in ext4_symlink()
3893 handle = ext4_journal_current_handle(); in ext4_whiteout_for_rename()
H A Dinode.c241 if (!ext4_journal_current_handle()) { in ext4_evict_inode()
795 ret = ext4_map_blocks(ext4_journal_current_handle(), inode, &map, in _ext4_get_block()
1300 handle_t *handle = ext4_journal_current_handle(); in ext4_write_end()
1411 handle_t *handle = ext4_journal_current_handle(); in ext4_journalled_write_end()
3145 handle_t *handle = ext4_journal_current_handle(); in ext4_da_write_end()
5302 if (ext4_journal_current_handle()) { in ext4_write_inode()