Home
last modified time | relevance | path

Searched refs:unit_res (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_log.c3448 int unit_res; in xlog_ticket_alloc() local
3452 unit_res = xfs_log_calc_unit_res(log->l_mp, unit_bytes); in xlog_ticket_alloc()
3457 tic->t_unit_res = unit_res; in xlog_ticket_alloc()
3458 tic->t_curr_res = unit_res; in xlog_ticket_alloc()
H A Dxfs_trace.h1085 __field(int, unit_res)
1102 __entry->unit_res = tic->t_unit_res;
1126 __entry->unit_res,