Home
last modified time | relevance | path

Searched refs:t_cnt (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/fs/xfs/
Dxfs_log.c232 return tic->t_unit_res * tic->t_cnt; in xlog_ticket_reservation()
425 if (tic->t_cnt > 0) in xfs_log_regrant()
447 tic->t_cnt = 0; /* ungrant will give back unit_res * t_cnt. */ in xfs_log_regrant()
481 xlog_grant_push_ail(log, tic->t_cnt ? tic->t_unit_res * tic->t_cnt in xfs_log_reserve()
504 tic->t_cnt = 0; /* ungrant will give back unit_res * t_cnt. */ in xfs_log_reserve()
2176 xfs_warn(mp, " remaining count = %d", ticket->t_cnt); in xlog_print_tic_res()
3021 if (ticket->t_cnt > 0) in xfs_log_ticket_regrant()
3022 ticket->t_cnt--; in xfs_log_ticket_regrant()
3033 if (!ticket->t_cnt) { in xfs_log_ticket_regrant()
3067 if (ticket->t_cnt > 0) in xfs_log_ticket_ungrant()
[all …]
Dxfs_log_priv.h153 char t_cnt; /* current unit count */ member
Dxfs_trace.h1230 __entry->cnt = tic->t_cnt;
/linux-6.1.9/arch/sparc/kernel/
Dleon_pci_grpci2.c83 unsigned int t_cnt; /* 0x84 */ member