Searched refs:restart_count (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/bcachefs/ |
| A D | logged_ops.c | 37 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 D | btree_iter.h | 311 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 D | btree_update.c | 718 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 D | move.c | 387 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 D | fsck.c | 1673 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 D | btree_types.h | 511 u32 restart_count; member
|
| A D | btree_iter.c | 1423 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 D | btree_update_interior.c | 1148 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 D | gtp.c | 86 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