Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ext4/
Dfsync.c139 ASSERT(ext4_journal_current_handle() == NULL); in ext4_sync_file()
Dext4_jbd2.h339 static inline handle_t *ext4_journal_current_handle(void) in ext4_journal_current_handle() function
Dnamei.c2811 handle = ext4_journal_current_handle(); in ext4_create()
2846 handle = ext4_journal_current_handle(); in ext4_mknod()
2881 handle = ext4_journal_current_handle(); in ext4_tmpfile()
2995 handle = ext4_journal_current_handle(); in ext4_mkdir()
3376 handle = ext4_journal_current_handle(); in ext4_symlink()
3743 handle = ext4_journal_current_handle(); in ext4_whiteout_for_rename()
Dinode.c239 if (!ext4_journal_current_handle()) { in ext4_evict_inode()
808 ret = ext4_map_blocks(ext4_journal_current_handle(), inode, &map, in _ext4_get_block()
1309 handle_t *handle = ext4_journal_current_handle(); in ext4_write_end()
1411 handle_t *handle = ext4_journal_current_handle(); in ext4_journalled_write_end()
5260 if (ext4_journal_current_handle()) { in ext4_write_inode()
Dinline.c740 handle_t *handle = ext4_journal_current_handle(); in ext4_write_inline_data_end()