Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
Dext4_jbd2.c165 if (is_handle_aborted(handle)) in __ext4_journal_ensure_credits()
191 if (is_handle_aborted(handle)) in ext4_journal_abort_handle()
336 if (!is_handle_aborted(handle) && WARN_ON_ONCE(err)) { in __ext4_handle_dirty_metadata()
Dext4_jbd2.h286 return is_handle_aborted(handle); in ext4_handle_is_aborted()
441 if (ext4_handle_valid(handle) && !is_handle_aborted(handle)) { in ext4_update_inode_fsync_trans()
/kernel/linux/linux-5.10/fs/jbd2/
Dtransaction.c655 if (is_handle_aborted(handle)) in jbd2_journal_extend()
780 if (is_handle_aborted(handle)) in jbd2__journal_restart()
1015 if (is_handle_aborted(handle)) { in do_get_write_access()
1206 if (is_handle_aborted(handle)) in jbd2_journal_get_write_access()
1250 if (is_handle_aborted(handle)) in jbd2_journal_get_create_access()
1346 if (is_handle_aborted(handle)) in jbd2_journal_get_undo_access()
1509 if (is_handle_aborted(handle)) { in jbd2_journal_dirty_metadata()
1637 if (is_handle_aborted(handle)) in jbd2_journal_forget()
1807 if (is_handle_aborted(handle)) in jbd2_journal_stop()
1822 if (is_handle_aborted(handle)) in jbd2_journal_stop()
[all …]
/kernel/linux/linux-5.10/fs/ocfs2/
Djournal.h601 if (!is_handle_aborted(handle)) { in ocfs2_update_inode_fsync_trans()
Djournal.c782 if (!is_handle_aborted(handle)) { in ocfs2_journal_dirty()
/kernel/linux/linux-5.10/include/linux/
Djbd2.h1684 static inline int is_handle_aborted(handle_t *handle) in is_handle_aborted() function