Searched refs:t_curr_res (Results 1 – 4 of 4) sorted by relevance
60 tic->t_curr_res = 0; in xlog_cil_ticket_alloc()328 if (ctx->ticket->t_curr_res == 0) { in xlog_cil_insert_items()329 ctx->ticket->t_curr_res = ctx->ticket->t_unit_res; in xlog_cil_insert_items()330 tp->t_ticket->t_curr_res -= ctx->ticket->t_unit_res; in xlog_cil_insert_items()343 ctx->ticket->t_curr_res += hdrs; in xlog_cil_insert_items()344 tp->t_ticket->t_curr_res -= hdrs; in xlog_cil_insert_items()345 ASSERT(tp->t_ticket->t_curr_res >= len); in xlog_cil_insert_items()347 tp->t_ticket->t_curr_res -= len; in xlog_cil_insert_items()582 tic->t_curr_res -= lhdr.i_len + sizeof(xlog_op_header_t); in xlog_cil_push()791 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()834 tic->t_curr_res -= sizeof(magic); in xfs_log_unmount_write()2048 ticket->t_curr_res, in xlog_print_tic_res()2207 ticket->t_curr_res -= sizeof(struct xlog_op_header); in xlog_write_setup_copy()2329 ticket->t_curr_res -= sizeof(xlog_op_header_t); in xlog_write()2336 ticket->t_curr_res -= sizeof(xlog_op_header_t); in xlog_write()2338 if (ticket->t_curr_res < 0) in xlog_write()2914 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
919 __entry->curr_res = tic->t_curr_res;