Home
last modified time | relevance | path

Searched refs:unit_res (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log.c421 tic->t_cnt = 0; /* ungrant will give back unit_res * t_cnt. */ in xfs_log_regrant()
481 tic->t_cnt = 0; /* ungrant will give back unit_res * t_cnt. */ in xfs_log_reserve()
3448 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,
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log.c447 tic->t_cnt = 0; /* ungrant will give back unit_res * t_cnt. */ in xfs_log_regrant()
504 tic->t_cnt = 0; /* ungrant will give back unit_res * t_cnt. */ in xfs_log_reserve()
3517 int unit_res; in xlog_ticket_alloc() local
3521 unit_res = xlog_calc_unit_res(log, unit_bytes, &tic->t_iclog_hdrs); in xlog_ticket_alloc()
3526 tic->t_unit_res = unit_res; in xlog_ticket_alloc()
3527 tic->t_curr_res = unit_res; in xlog_ticket_alloc()
H A Dxfs_trace.h1217 __field(int, unit_res)
1234 __entry->unit_res = tic->t_unit_res;
1258 __entry->unit_res,

Completed in 18 milliseconds