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()
2991 if (ticket->t_cnt > 0) in xlog_regrant_reserve_log_space()
2992 ticket->t_cnt--; in xlog_regrant_reserve_log_space()
3004 if (ticket->t_cnt > 0) in xlog_regrant_reserve_log_space()
3038 if (ticket->t_cnt > 0) in xlog_ungrant_log_space()
3039 ticket->t_cnt--; in xlog_ungrant_log_space()
3049 if (ticket->t_cnt > 0) { in xlog_ungrant_log_space()
3051 bytes += ticket->t_unit_res*ticket->t_cnt; in xlog_ungrant_log_space()
3637 tic->t_cnt = cnt; in xlog_ticket_alloc()