Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_log.c225 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()
[all …]
Dxfs_log_priv.h174 char t_cnt; /* current count : 1 */ member
Dxfs_trace.h967 __entry->cnt = tic->t_cnt;
/linux-4.4.14/arch/sparc/kernel/
Dleon_pci_grpci2.c82 unsigned int t_cnt; /* 0x84 */ member