Searched refs:journal_current_handle (Results 1 – 4 of 4) sorted by relevance
253 return journal_current_handle(); in ext4_journal_current_handle()
1546 WARN_ON_ONCE(ext4_handle_valid(journal_current_handle()) && in ext4_xattr_inode_cache_find()
970 if (errno == -EROFS && journal_current_handle() == NULL && sb_rdonly(sb)) in __ext4_std_error()7413 handle_t *handle = journal_current_handle(); in ext4_quota_write()
1514 static inline handle_t *journal_current_handle(void) in journal_current_handle() function