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

/linux-master/fs/xfs/
H A Dxfs_log.c228 return tic->t_unit_res;
232 return tic->t_unit_res * tic->t_cnt;
234 return tic->t_unit_res;
422 xlog_grant_push_ail(log, tic->t_unit_res);
424 tic->t_curr_res = tic->t_unit_res;
481 xlog_grant_push_ail(log, tic->t_cnt ? tic->t_unit_res * tic->t_cnt
482 : tic->t_unit_res);
2158 xfs_warn(mp, " unit res = %d bytes", ticket->t_unit_res);
3013 ticket->t_curr_res = ticket->t_unit_res;
3020 ticket->t_unit_res);
[all...]
H A Dxfs_log_priv.h153 int t_unit_res; /* unit reservation */ member in struct:xlog_ticket
H A Dxfs_log_cil.c602 ctx_res = ctx->ticket->t_unit_res;
H A Dxfs_trace.h1241 __entry->unit_res = tic->t_unit_res;
1256 "t_unit_res %u t_flags %s reserveq %s "

Completed in 167 milliseconds