Searched refs:journal_current_handle (Results 1 – 6 of 6) sorted by relevance
226 handle_t *handle = journal_current_handle(); in ocfs2_quota_write()835 WARN_ON(journal_current_handle()); in ocfs2_acquire_dquot()935 if (!sync || journal_current_handle()) { in ocfs2_mark_dquot_dirty()
362 if (journal_current_handle()) in ocfs2_start_trans()
332 return journal_current_handle(); in ext4_journal_current_handle()
615 if (errno == -EROFS && journal_current_handle() == NULL && sb_rdonly(sb)) in __ext4_std_error()5802 handle_t *handle = journal_current_handle(); in ext4_quota_write()
411 handle_t *handle = journal_current_handle(); in jbd2__journal_start()657 J_ASSERT(journal_current_handle() == handle); in jbd2__journal_restart()1650 J_ASSERT(journal_current_handle() == handle); in jbd2_journal_stop()
1334 static inline handle_t *journal_current_handle(void) in journal_current_handle() function