Home
last modified time | relevance | path

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

/linux-5.19.10/fs/xfs/
Dxfs_log.c3511 int unit_res; in xlog_ticket_alloc() local
3515 unit_res = xlog_calc_unit_res(log, unit_bytes); in xlog_ticket_alloc()
3520 tic->t_unit_res = unit_res; in xlog_ticket_alloc()
3521 tic->t_curr_res = unit_res; in xlog_ticket_alloc()
Dxfs_trace.h1212 __field(int, unit_res)
1229 __entry->unit_res = tic->t_unit_res;
1253 __entry->unit_res,