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

/linux-master/fs/xfs/
H A Dxfs_log_cil.c45 tic->t_curr_res = 0;
129 ctx->ticket->t_curr_res += cilpcp->space_reserved;
683 tp->t_ticket->t_curr_res -= ctx_res + len;
684 if (WARN_ON(tp->t_ticket->t_curr_res < 0)) {
958 ctx->ticket->t_curr_res -= reg.i_len;
1026 tic->t_curr_res -= lvhdr->lv_bytes;
H A Dxfs_log.c424 tic->t_curr_res = tic->t_unit_res;
446 tic->t_curr_res = 0;
503 tic->t_curr_res = 0;
942 ticket->t_curr_res -= sizeof(unmount_rec);
2055 ticket->t_curr_res -= roundoff;
2159 xfs_warn(mp, " current res = %d bytes", ticket->t_curr_res);
2403 ticket->t_curr_res -= sizeof(struct xlog_op_header);
2492 if (ticket->t_curr_res < 0) {
2937 ticket->t_curr_res -= log->l_iclog_hsize;
3010 ticket->t_curr_res);
[all...]
H A Dxfs_log_priv.h152 int t_curr_res; /* current reservation */ member in struct:xlog_ticket
157 int t_iclog_hdrs; /* iclog hdrs in t_curr_res */
H A Dxfs_trace.h1240 __entry->curr_res = tic->t_curr_res;
1255 TP_printk("dev %d:%d t_ocnt %u t_cnt %u t_curr_res %u "

Completed in 206 milliseconds