Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dext3_jbd.h170 return journal_current_handle(); in ext3_journal_current_handle()
Djbd.h883 static inline handle_t *journal_current_handle(void) in journal_current_handle() function
Djbd2.h1095 static inline handle_t *journal_current_handle(void) in journal_current_handle() function
/linux-2.6.39/fs/ext4/
Dext4_jbd2.h215 return journal_current_handle(); in ext4_journal_current_handle()
Dsuper.c523 if (errno == -EROFS && journal_current_handle() == NULL && in __ext4_std_error()
4718 handle_t *handle = journal_current_handle(); in ext4_quota_write()
/linux-2.6.39/fs/ocfs2/
Dquota_global.c220 handle_t *handle = journal_current_handle(); in ocfs2_quota_write()
773 WARN_ON(journal_current_handle()); in ocfs2_acquire_dquot()
841 if (!sync || journal_current_handle()) { in ocfs2_mark_dquot_dirty()
Djournal.c355 if (journal_current_handle()) in ocfs2_start_trans()
/linux-2.6.39/fs/jbd/
Dtransaction.c273 handle_t *handle = journal_current_handle(); in journal_start()
402 J_ASSERT(journal_current_handle() == handle); in journal_restart()
1368 J_ASSERT(journal_current_handle() == handle); in journal_stop()
/linux-2.6.39/fs/jbd2/
Dtransaction.c323 handle_t *handle = journal_current_handle(); in jbd2__journal_start()
461 J_ASSERT(journal_current_handle() == handle); in jbd2__journal_restart()
1301 J_ASSERT(journal_current_handle() == handle); in jbd2_journal_stop()
/linux-2.6.39/fs/ext3/
Dsuper.c266 if (errno == -EROFS && journal_current_handle() == NULL && in __ext3_std_error()
2977 handle_t *handle = journal_current_handle(); in ext3_quota_write()