Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
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()
A Dbtree_iter.h311 static inline int trans_was_restarted(struct btree_trans *trans, u32 restart_count) in trans_was_restarted() argument
313 return restart_count != trans->restart_count in trans_was_restarted()
321 u32 restart_count) in bch2_trans_verify_not_restarted() argument
323 if (trans_was_restarted(trans, restart_count)) in bch2_trans_verify_not_restarted()
324 bch2_trans_restart_error(trans, restart_count); in bch2_trans_verify_not_restarted()
738 _restart_count = _orig_restart_count = (_trans)->restart_count; \
A Dbtree_update.c718 u32 restart_count = trans->restart_count; in bch2_btree_delete_range_trans() local
776 return ret ?: trans_was_restarted(trans, restart_count); in bch2_btree_delete_range_trans()
A Dmove.c387 u32 restart_count = trans->restart_count; in bch2_move_get_io_opts() local
412 ret = ret ?: trans_was_restarted(trans, restart_count); in bch2_move_get_io_opts()
A Dfsck.c1673 u32 restart_count = trans->restart_count; in check_i_sectors() local
1675 trans_was_restarted(trans, restart_count); in check_i_sectors()
2114 u32 restart_count = trans->restart_count; in check_subdir_count() local
2116 trans_was_restarted(trans, restart_count); in check_subdir_count()
A Dbtree_types.h511 u32 restart_count; member
A Dbtree_iter.c1423 void __noreturn bch2_trans_restart_error(struct btree_trans *trans, u32 restart_count) in bch2_trans_restart_error() argument
1426 trans->restart_count, restart_count, in bch2_trans_restart_error()
3077 trans->restart_count++; in bch2_trans_begin()
3133 return trans->restart_count; in bch2_trans_begin()
A Dbtree_update_interior.c1148 u32 restart_count = trans->restart_count; in bch2_btree_update_start() local
1283 bch2_trans_verify_not_restarted(trans, restart_count); in bch2_btree_update_start()
/linux/drivers/net/
A Dgtp.c86 u8 restart_count; member
480 gtp_pkt->ie.val = gtp->restart_count; in gtp0_send_echo_resp()
1495 gtp->restart_count = 0; in gtp_newlink()
1497 gtp->restart_count = nla_get_u8(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()

Completed in 44 milliseconds