Lines Matching refs:t_cnt
225 return tic->t_unit_res * tic->t_cnt; in xlog_ticket_reservation()
397 if (tic->t_cnt > 0) in xfs_log_regrant()
419 tic->t_cnt = 0; /* ungrant will give back unit_res * t_cnt. */ in xfs_log_regrant()
462 xlog_grant_push_ail(log, tic->t_cnt ? tic->t_unit_res * tic->t_cnt in xfs_log_reserve()
485 tic->t_cnt = 0; /* ungrant will give back unit_res * t_cnt. */ in xfs_log_reserve()
3020 if (ticket->t_cnt > 0) in xlog_regrant_reserve_log_space()
3021 ticket->t_cnt--; in xlog_regrant_reserve_log_space()
3033 if (ticket->t_cnt > 0) in xlog_regrant_reserve_log_space()
3067 if (ticket->t_cnt > 0) in xlog_ungrant_log_space()
3068 ticket->t_cnt--; in xlog_ungrant_log_space()
3078 if (ticket->t_cnt > 0) { in xlog_ungrant_log_space()
3080 bytes += ticket->t_unit_res*ticket->t_cnt; in xlog_ungrant_log_space()
3674 tic->t_cnt = cnt; in xlog_ticket_alloc()