Home
last modified time | relevance | path

Searched refs:is_handle_aborted (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ext4/
H A Dext4_jbd2.c182 if (is_handle_aborted(handle)) in __ext4_journal_ensure_credits()
208 if (is_handle_aborted(handle)) in ext4_journal_abort_handle()
390 if (!is_handle_aborted(handle) && WARN_ON_ONCE(err)) { in __ext4_handle_dirty_metadata()
H A Dext4_jbd2.h201 return is_handle_aborted(handle); in ext4_handle_is_aborted()
356 if (ext4_handle_valid(handle) && !is_handle_aborted(handle)) { in ext4_update_inode_fsync_trans()
/linux/include/linux/
H A Djbd2.h1706 static inline int is_handle_aborted(handle_t *handle) in is_handle_aborted() function