Searched refs:trans_was_restarted (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/bcachefs/
H A Dlogged_ops.c51 return trans_was_restarted(trans, restart_count);
H A Dbtree_iter.h294 static inline int trans_was_restarted(struct btree_trans *trans, u32 restart_count) function
306 if (trans_was_restarted(trans, restart_count))
702 _ret2 ?: trans_was_restarted(_trans, _restart_count); \
H A Dbtree_update.c770 return ret ?: trans_was_restarted(trans, restart_count);
H A Dmove.c437 ret = ret ?: trans_was_restarted(trans, restart_count);
H A Dfsck.c1237 trans_was_restarted(trans, restart_count);
1700 trans_was_restarted(trans, restart_count);
H A Dsnapshot.c1820 return ret ?: trans_was_restarted(trans, restart_count);

Completed in 151 milliseconds