Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_log.c3243 int unit_res; in xlog_ticket_alloc() local
3248 unit_res = xlog_calc_unit_res(log, unit_bytes, &tic->t_iclog_hdrs); in xlog_ticket_alloc()
3253 tic->t_unit_res = unit_res; in xlog_ticket_alloc()
3254 tic->t_curr_res = unit_res; in xlog_ticket_alloc()
H A Dxfs_trace.h1435 __field(int, unit_res)
1452 __entry->unit_res = tic->t_unit_res;
1475 __entry->unit_res,