Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/fs/ext4/
Dext4_jbd2.h333 return journal_current_handle(); in ext4_journal_current_handle()
Dsuper.c544 if (errno == -EROFS && journal_current_handle() == NULL && in __ext4_std_error()
5468 handle_t *handle = journal_current_handle(); in ext4_quota_write()
/linux-4.1.27/fs/jbd/
Dtransaction.c273 handle_t *handle = journal_current_handle(); in journal_start()
402 J_ASSERT(journal_current_handle() == handle); in journal_restart()
1369 J_ASSERT(journal_current_handle() == handle); in journal_stop()
/linux-4.1.27/include/linux/
Djbd.h841 static inline handle_t *journal_current_handle(void) in journal_current_handle() function
Djbd2.h1106 static inline handle_t *journal_current_handle(void) in journal_current_handle() function
/linux-4.1.27/fs/jbd2/
Dtransaction.c418 handle_t *handle = journal_current_handle(); in jbd2__journal_start()
640 J_ASSERT(journal_current_handle() == handle); in jbd2__journal_restart()
1545 J_ASSERT(journal_current_handle() == handle); in jbd2_journal_stop()
/linux-4.1.27/fs/ext3/
Dext3.h1273 return journal_current_handle(); in ext3_journal_current_handle()
Dsuper.c255 if (errno == -EROFS && journal_current_handle() == NULL && in __ext3_std_error()
3063 handle_t *handle = journal_current_handle(); in ext3_quota_write()