Home
last modified time | relevance | path

Searched refs:journal_current_handle (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/fs/ocfs2/
Dquota_global.c224 handle_t *handle = journal_current_handle(); in ocfs2_quota_write()
821 WARN_ON(journal_current_handle()); in ocfs2_acquire_dquot()
890 if (!sync || journal_current_handle()) { in ocfs2_mark_dquot_dirty()
Djournal.c362 if (journal_current_handle()) in ocfs2_start_trans()
/linux-4.4.14/fs/ext4/
Dext4_jbd2.h331 return journal_current_handle(); in ext4_journal_current_handle()
Dsuper.c542 if (errno == -EROFS && journal_current_handle() == NULL && in __ext4_std_error()
5134 handle_t *handle = journal_current_handle(); in ext4_quota_write()
/linux-4.4.14/fs/jbd2/
Dtransaction.c430 handle_t *handle = journal_current_handle(); in jbd2__journal_start()
652 J_ASSERT(journal_current_handle() == handle); in jbd2__journal_restart()
1643 J_ASSERT(journal_current_handle() == handle); in jbd2_journal_stop()
/linux-4.4.14/include/linux/
Djbd2.h1211 static inline handle_t *journal_current_handle(void) in journal_current_handle() function