Searched refs:t_cnt (Results 1 – 4 of 4) sorted by relevance
181 return tic->t_unit_res * tic->t_cnt; in xlog_ticket_reservation()380 if (tic->t_cnt > 0) in xfs_log_regrant()402 tic->t_cnt = 0; /* ungrant will give back unit_res * t_cnt. */ in xfs_log_regrant()439 xlog_grant_push_ail(log, tic->t_cnt ? tic->t_unit_res * tic->t_cnt in xfs_log_reserve()462 tic->t_cnt = 0; /* ungrant will give back unit_res * t_cnt. */ in xfs_log_reserve()2976 if (ticket->t_cnt > 0) in xfs_log_ticket_regrant()2977 ticket->t_cnt--; in xfs_log_ticket_regrant()2989 if (!ticket->t_cnt) { in xfs_log_ticket_regrant()3024 if (ticket->t_cnt > 0) in xfs_log_ticket_ungrant()3025 ticket->t_cnt--; in xfs_log_ticket_ungrant()[all …]
157 char t_cnt; /* current count : 1 */ member
1100 __entry->cnt = tic->t_cnt;
83 unsigned int t_cnt; /* 0x84 */ member