Home
last modified time | relevance | path

Searched refs:t_curr_res (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/
H A Dxfs_log.c380 tic->t_curr_res = tic->t_unit_res; in xfs_log_regrant()
401 tic->t_curr_res = 0; in xfs_log_regrant()
452 tic->t_curr_res = 0; in xfs_log_reserve()
890 ticket->t_curr_res -= sizeof(unmount_rec); in xlog_write_unmount_record()
1814 ticket->t_curr_res -= roundoff; in xlog_sync()
1918 xfs_warn(mp, " current res = %d bytes", ticket->t_curr_res); in xlog_print_tic_res()
2162 ticket->t_curr_res -= sizeof(struct xlog_op_header); in xlog_write_partial()
2251 if (ticket->t_curr_res < 0) { in xlog_write()
2665 ticket->t_curr_res -= log->l_iclog_hsize; in xlog_state_get_iclog_space()
2737 xlog_grant_sub_space(&log->l_reserve_head, ticket->t_curr_res); in xfs_log_ticket_regrant()
[all …]
H A Dxfs_log_cil.c45 tic->t_curr_res = 0; in xlog_cil_ticket_alloc()
129 ctx->ticket->t_curr_res += cilpcp->space_reserved; in xlog_cil_push_pcp_aggregate()
677 tp->t_ticket->t_curr_res -= ctx_res + len; in xlog_cil_insert_items()
678 if (WARN_ON(tp->t_ticket->t_curr_res < 0)) { in xlog_cil_insert_items()
1124 ctx->ticket->t_curr_res -= reg.i_len; in xlog_cil_write_commit_record()
1192 tic->t_curr_res -= lvhdr->lv_bytes; in xlog_cil_build_trans_hdr()
H A Dxfs_log_priv.h152 int t_curr_res; /* current reservation */ member
H A Dxfs_trace.h1300 __entry->curr_res = tic->t_curr_res;