Home
last modified time | relevance | path

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

/linux-6.15/fs/ocfs2/
H A Dquota_global.c226 handle_t *handle = journal_current_handle(); in ocfs2_quota_write()
852 WARN_ON(journal_current_handle()); in ocfs2_acquire_dquot()
953 if (!sync || journal_current_handle()) { in ocfs2_mark_dquot_dirty()
H A Djournal.c367 if (journal_current_handle()) in ocfs2_start_trans()
/linux-6.15/fs/ext4/
H A Dext4_jbd2.h257 return journal_current_handle(); in ext4_journal_current_handle()
H A Dxattr.c1530 WARN_ON_ONCE(ext4_handle_valid(journal_current_handle()) && in ext4_xattr_inode_cache_find()
H A Dsuper.c955 if (errno == -EROFS && journal_current_handle() == NULL && sb_rdonly(sb)) in __ext4_std_error()
7279 handle_t *handle = journal_current_handle(); in ext4_quota_write()
/linux-6.15/include/linux/
H A Djbd2.h1486 static inline handle_t *journal_current_handle(void) in journal_current_handle() function
/linux-6.15/fs/jbd2/
H A Dtransaction.c470 handle_t *handle = journal_current_handle(); in jbd2__journal_start()
703 J_ASSERT(journal_current_handle() == handle); in stop_this_handle()