Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dquota_global.c226 handle_t *handle = journal_current_handle(); in ocfs2_quota_write()
835 WARN_ON(journal_current_handle()); in ocfs2_acquire_dquot()
935 if (!sync || journal_current_handle()) { in ocfs2_mark_dquot_dirty()
Djournal.c363 if (journal_current_handle()) in ocfs2_start_trans()
/linux-4.19.296/fs/ext4/
Dext4_jbd2.h332 return journal_current_handle(); in ext4_journal_current_handle()
Dsuper.c647 if (errno == -EROFS && journal_current_handle() == NULL && sb_rdonly(sb)) in __ext4_std_error()
6043 handle_t *handle = journal_current_handle(); in ext4_quota_write()
Dxattr.c1517 WARN_ON_ONCE(ext4_handle_valid(journal_current_handle()) && in ext4_xattr_inode_cache_find()
/linux-4.19.296/fs/jbd2/
Dtransaction.c413 handle_t *handle = journal_current_handle(); in jbd2__journal_start()
659 J_ASSERT(journal_current_handle() == handle); in jbd2__journal_restart()
1673 J_ASSERT(journal_current_handle() == handle); in jbd2_journal_stop()
/linux-4.19.296/include/linux/
Djbd2.h1350 static inline handle_t *journal_current_handle(void) in journal_current_handle() function