Home
last modified time | relevance | path

Searched refs:t_unit_res (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/
A Dxfs_log.c177 return tic->t_unit_res; in xlog_ticket_reservation()
180 return tic->t_unit_res * tic->t_cnt; in xlog_ticket_reservation()
182 return tic->t_unit_res; in xlog_ticket_reservation()
395 xlog_grant_push_ail(log, tic->t_unit_res); in xfs_log_regrant()
397 tic->t_curr_res = tic->t_unit_res; in xfs_log_regrant()
460 : tic->t_unit_res); in xfs_log_reserve()
2166 ticket->t_unit_res); in xlog_print_tic_res()
3106 ticket->t_curr_res = ticket->t_unit_res; in xfs_log_ticket_regrant()
3114 ticket->t_unit_res); in xfs_log_ticket_regrant()
3117 ticket->t_curr_res = ticket->t_unit_res; in xfs_log_ticket_regrant()
[all …]
A Dxfs_log_priv.h164 int t_unit_res; /* unit reservation in bytes : 4 */ member
A Dxfs_log_cil.c461 ctx_res = ctx->ticket->t_unit_res; in xlog_cil_insert_items()
473 ctx->ticket->t_unit_res += split_res; in xlog_cil_insert_items()
A Dxfs_trace.h1241 __entry->unit_res = tic->t_unit_res;

Completed in 20 milliseconds