Searched refs:t_cnt (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log.c140 cnts = ((unsigned long)tic->t_ocnt) | ((unsigned long)tic->t_cnt) << 8;
459 internal_ticket->t_cnt));
794 need_bytes = tic->t_unit_res*tic->t_cnt;
2547 tic->t_cnt = 0; /* ungrant will give back unit_res * t_cnt. */
2572 if (tic->t_cnt > 0)
2684 tic->t_cnt = 0; /* ungrant will give back unit_res * t_cnt. */
2705 if (ticket->t_cnt > 0)
2706 ticket->t_cnt
[all...]
H A Dxfs_log_priv.h288 char t_cnt; /* current count : 1 */ member in struct:xlog_ticket

Completed in 63 milliseconds