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.h288 static inline int trans_was_restarted(struct btree_trans *trans, u32 restart_count) function
300 if (trans_was_restarted(trans, restart_count))
699 _ret2 ?: trans_was_restarted(_trans, _restart_count); \
H A Dbtree_update.c773 return ret ?: trans_was_restarted(trans, restart_count);
H A Dmove.c442 ret = ret ?: trans_was_restarted(trans, restart_count);
H A Dfsck.c1286 trans_was_restarted(trans, restart_count);
1754 trans_was_restarted(trans, restart_count);
H A Dsnapshot.c1819 return ret ?: trans_was_restarted(trans, restart_count);

Completed in 148 milliseconds