Searched refs:t_curr_res (Results 1 – 4 of 4) sorted by relevance
60 tic->t_curr_res = 0; in xlog_cil_ticket_alloc()334 if (ctx->ticket->t_curr_res == 0) { in xlog_cil_insert_items()335 ctx->ticket->t_curr_res = ctx->ticket->t_unit_res; in xlog_cil_insert_items()336 tp->t_ticket->t_curr_res -= ctx->ticket->t_unit_res; in xlog_cil_insert_items()349 ctx->ticket->t_curr_res += hdrs; in xlog_cil_insert_items()350 tp->t_ticket->t_curr_res -= hdrs; in xlog_cil_insert_items()351 ASSERT(tp->t_ticket->t_curr_res >= len); in xlog_cil_insert_items()353 tp->t_ticket->t_curr_res -= len; in xlog_cil_insert_items()588 tic->t_curr_res -= lhdr.i_len + sizeof(xlog_op_header_t); in xlog_cil_push()793 if (tp->t_ticket->t_curr_res < 0) in xfs_log_commit_cil()
394 tic->t_curr_res = tic->t_unit_res; in xfs_log_regrant()418 tic->t_curr_res = 0; in xfs_log_regrant()484 tic->t_curr_res = 0; in xfs_log_reserve()849 tic->t_curr_res -= sizeof(magic); in xfs_log_unmount_write()2067 ticket->t_curr_res); in xlog_print_tic_res()2229 ticket->t_curr_res -= sizeof(struct xlog_op_header); in xlog_write_setup_copy()2351 ticket->t_curr_res -= sizeof(xlog_op_header_t); in xlog_write()2358 ticket->t_curr_res -= sizeof(xlog_op_header_t); in xlog_write()2360 if (ticket->t_curr_res < 0) in xlog_write()2945 ticket->t_curr_res -= log->l_iclog_hsize; in xlog_state_get_iclog_space()[all …]
171 int t_curr_res; /* current reservation in bytes : 4 */ member
968 __entry->curr_res = tic->t_curr_res;