Searched refs:trans_was_restarted (Results 1 – 6 of 6) sorted by relevance
/linux/fs/bcachefs/ |
H A D | logged_ops.c | 60 return ret ?: trans_was_restarted(trans, restart_count); in resume_logged_op()
|
H A D | btree_iter.h | 313 static inline int trans_was_restarted(struct btree_trans *trans, u32 restart_count) in trans_was_restarted() function 325 if (trans_was_restarted(trans, restart_count)) in bch2_trans_verify_not_restarted() 754 _ret2 ?: trans_was_restarted(_trans, _orig_restart_count); \
|
H A D | error.c | 544 return trans_was_restarted(trans, restart_count); in bch2_inum_err_msg_trans()
|
H A D | btree_update.c | 765 return ret ?: trans_was_restarted(trans, restart_count); in bch2_btree_delete_range_trans()
|
H A D | fsck.c | 1544 trans_was_restarted(trans, restart_count); in check_i_sectors() 1985 trans_was_restarted(trans, restart_count); in check_subdir_dirents_count() 2711 return ret ?: trans_was_restarted(trans, restart_count); in bch2_bi_depth_renumber()
|
H A D | backpointers.c | 1196 return ret ?: trans_was_restarted(trans, restart_count); in check_bucket_backpointers_to_extents()
|