Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_log.c3684 int unit_res; in xlog_ticket_alloc() local
3690 unit_res = xfs_log_calc_unit_res(log->l_mp, unit_bytes); in xlog_ticket_alloc()
3695 tic->t_unit_res = unit_res; in xlog_ticket_alloc()
3696 tic->t_curr_res = unit_res; in xlog_ticket_alloc()
Dxfs_trace.h920 __field(int, unit_res)
937 __entry->unit_res = tic->t_unit_res;
961 __entry->unit_res,