journal_current_handle
return journal_current_handle();
handle_t *handle = journal_current_handle();
if (errno == -EROFS && journal_current_handle() == NULL && sb_rdonly(sb))
WARN_ON_ONCE(ext4_handle_valid(journal_current_handle()) &&
handle_t *handle = journal_current_handle();
J_ASSERT(journal_current_handle() == handle);
if (journal_current_handle())
handle_t *handle = journal_current_handle();
WARN_ON(journal_current_handle());
if (!sync || journal_current_handle()) {