Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dquota_global.c226 handle_t *handle = journal_current_handle(); in ocfs2_quota_write()
840 WARN_ON(journal_current_handle()); in ocfs2_acquire_dquot()
940 if (!sync || journal_current_handle()) { in ocfs2_mark_dquot_dirty()
H A Djournal.c345 if (journal_current_handle()) in ocfs2_start_trans()
/openbmc/linux/fs/ext4/
H A Dext4_jbd2.h341 return journal_current_handle(); in ext4_journal_current_handle()
H A Dxattr.c1538 WARN_ON_ONCE(ext4_handle_valid(journal_current_handle()) && in ext4_xattr_inode_cache_find()
H A Dsuper.c977 if (errno == -EROFS && journal_current_handle() == NULL && sb_rdonly(sb)) in __ext4_std_error()
7245 handle_t *handle = journal_current_handle(); in ext4_quota_write()
/openbmc/linux/fs/jbd2/
H A Dtransaction.c474 handle_t *handle = journal_current_handle(); in jbd2__journal_start()
707 J_ASSERT(journal_current_handle() == handle); in stop_this_handle()
/openbmc/linux/include/linux/
H A Djbd2.h1507 static inline handle_t *journal_current_handle(void) in journal_current_handle() function