journal_current_handle  332 fs/ext4/ext4_jbd2.h 	return journal_current_handle();
journal_current_handle  650 fs/ext4/super.c 	if (errno == -EROFS && journal_current_handle() == NULL && sb_rdonly(sb))
journal_current_handle 6021 fs/ext4/super.c 	handle_t *handle = journal_current_handle();
journal_current_handle  444 fs/jbd2/transaction.c 	handle_t *handle = journal_current_handle();
journal_current_handle  693 fs/jbd2/transaction.c 	J_ASSERT(journal_current_handle() == handle);
journal_current_handle 1731 fs/jbd2/transaction.c 	J_ASSERT(journal_current_handle() == handle);
journal_current_handle  349 fs/ocfs2/journal.c 	if (journal_current_handle())
journal_current_handle  226 fs/ocfs2/quota_global.c 	handle_t *handle = journal_current_handle();
journal_current_handle  835 fs/ocfs2/quota_global.c 		WARN_ON(journal_current_handle());
journal_current_handle  935 fs/ocfs2/quota_global.c 	if (!sync || journal_current_handle()) {