Home
last modified time | relevance | path

Searched refs:restart_count (Results 1 – 11 of 11) sorted by relevance

/linux/fs/bcachefs/
H A Dlogged_ops.c37 u32 restart_count = trans->restart_count; in resume_logged_op() local
60 return ret ?: trans_was_restarted(trans, restart_count); in resume_logged_op()
H A Dbtree_iter.h313 static inline int trans_was_restarted(struct btree_trans *trans, u32 restart_count) in trans_was_restarted() argument
315 return restart_count != trans->restart_count in trans_was_restarted()
323 u32 restart_count) in bch2_trans_verify_not_restarted() argument
325 if (trans_was_restarted(trans, restart_count)) in bch2_trans_verify_not_restarted()
326 bch2_trans_restart_error(trans, restart_count); in bch2_trans_verify_not_restarted()
746 _restart_count = _orig_restart_count = (_trans)->restart_count; \
H A Derror.c535 u32 restart_count = trans->restart_count; in bch2_inum_err_msg_trans() local
544 return trans_was_restarted(trans, restart_count); in bch2_inum_err_msg_trans()
H A Dbtree_update.c707 u32 restart_count = trans->restart_count; in bch2_btree_delete_range_trans() local
765 return ret ?: trans_was_restarted(trans, restart_count); in bch2_btree_delete_range_trans()
H A Dfsck.c1542 u32 restart_count = trans->restart_count; in check_i_sectors() local
1544 trans_was_restarted(trans, restart_count); in check_i_sectors()
1983 u32 restart_count = trans->restart_count; in check_subdir_dirents_count() local
1985 trans_was_restarted(trans, restart_count); in check_subdir_dirents_count()
2698 u32 restart_count = trans->restart_count; in bch2_bi_depth_renumber() local
2711 return ret ?: trans_was_restarted(trans, restart_count); in bch2_bi_depth_renumber()
H A Dbackpointers.c1183 u32 restart_count = trans->restart_count; in check_bucket_backpointers_to_extents() local
1196 return ret ?: trans_was_restarted(trans, restart_count); in check_bucket_backpointers_to_extents()
H A Dbtree_types.h511 u32 restart_count; member
H A Dbtree_iter.c1443 void __noreturn bch2_trans_restart_error(struct btree_trans *trans, u32 restart_count) in bch2_trans_restart_error() argument
1446 trans->restart_count, restart_count, in bch2_trans_restart_error()
3249 trans->restart_count++; in bch2_trans_begin()
3313 return trans->restart_count; in bch2_trans_begin()
H A Dbtree_update_interior.c1133 u32 restart_count = trans->restart_count; in bch2_btree_update_start() local
1268 bch2_trans_verify_not_restarted(trans, restart_count); in bch2_btree_update_start()
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.c22 unsigned int restart_count; member
67 data->restart_count++; in iwl_trans_inc_restart_count()
130 data->restart_count = 0; in iwl_trans_determine_restart_mode()
132 index = data->restart_count; in iwl_trans_determine_restart_mode()
/linux/drivers/net/
H A Dgtp.c88 u8 restart_count; member
482 gtp_pkt->ie.val = gtp->restart_count; in gtp0_send_echo_resp()
1496 gtp->restart_count = nla_get_u8_default(data[IFLA_GTP_RESTART_COUNT], in gtp_newlink()
1595 if (nla_put_u8(skb, IFLA_GTP_RESTART_COUNT, gtp->restart_count)) in gtp_fill_info()