Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_log.c180 return tic->t_unit_res * tic->t_cnt; in xlog_ticket_reservation()
400 if (tic->t_cnt > 0) in xfs_log_regrant()
459 xlog_grant_push_ail(log, tic->t_cnt ? tic->t_unit_res * tic->t_cnt in xfs_log_reserve()
3099 if (ticket->t_cnt > 0) in xfs_log_ticket_regrant()
3100 ticket->t_cnt--; in xfs_log_ticket_regrant()
3112 if (!ticket->t_cnt) { in xfs_log_ticket_regrant()
3147 if (ticket->t_cnt > 0) in xfs_log_ticket_ungrant()
3148 ticket->t_cnt--; in xfs_log_ticket_ungrant()
3157 if (ticket->t_cnt > 0) { in xfs_log_ticket_ungrant()
3159 bytes += ticket->t_unit_res*ticket->t_cnt; in xfs_log_ticket_ungrant()
[all …]
A Dxfs_log_priv.h166 char t_cnt; /* current count : 1 */ member
A Dxfs_trace.h1239 __entry->cnt = tic->t_cnt;
/linux/arch/sparc/kernel/
A Dleon_pci_grpci2.c83 unsigned int t_cnt; /* 0x84 */ member

Completed in 18 milliseconds