Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/
Dxfs_log.c3516 int unit_res; in xlog_ticket_alloc() local
3520 unit_res = xlog_calc_unit_res(log, unit_bytes, &tic->t_iclog_hdrs); in xlog_ticket_alloc()
3525 tic->t_unit_res = unit_res; in xlog_ticket_alloc()
3526 tic->t_curr_res = unit_res; in xlog_ticket_alloc()
Dxfs_trace.h1217 __field(int, unit_res)
1234 __entry->unit_res = tic->t_unit_res;
1258 __entry->unit_res,