Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ocfs2/
H A 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()
H A Djournal.c349 if (journal_current_handle()) in ocfs2_start_trans()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dext4_jbd2.h343 return journal_current_handle(); in ext4_journal_current_handle()
H A Dsuper.c847 if (errno == -EROFS && journal_current_handle() == NULL && sb_rdonly(sb)) in __ext4_std_error()
6550 handle_t *handle = journal_current_handle(); in ext4_quota_write()
H A Dxattr.c1462 WARN_ON_ONCE(ext4_handle_valid(journal_current_handle()) && in ext4_xattr_inode_cache_find()
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Dtransaction.c477 handle_t *handle = journal_current_handle(); in jbd2__journal_start()
713 J_ASSERT(journal_current_handle() == handle); in stop_this_handle()
/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h1459 static inline handle_t *journal_current_handle(void) in journal_current_handle() function