Lines Matching defs:tic
38 struct xlog_ticket *tic;
40 tic = xlog_ticket_alloc(log, 0, 1, XFS_TRANSACTION, 0);
46 tic->t_curr_res = 0;
47 return tic;
651 struct xlog_ticket *tic;
800 tic = ctx->ticket;
803 thdr.th_tid = tic->t_tid;
808 tic->t_curr_res -= lhdr.i_len + sizeof(xlog_op_header_t);
814 error = xlog_write(log, &lvhdr, tic, &ctx->start_lsn, NULL, 0, true);
852 error = xlog_commit_record(log, tic, &commit_iclog, &commit_lsn);
856 xfs_log_ticket_ungrant(log, tic);
889 xfs_log_ticket_ungrant(log, tic);