Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log.c165 (void *)((unsigned long)tic->t_curr_res), in xlog_trace_loggrant()
1750 ticket->t_curr_res, in xlog_print_tic_res()
1854 if (ticket->t_curr_res < len) { in xlog_write()
1867 ticket->t_curr_res -= len; in xlog_write()
1959 ticket->t_curr_res -= sizeof(xlog_op_header_t); in xlog_write()
2452 ticket->t_curr_res -= log->l_iclog_hsize; in xlog_state_get_iclog_space()
2624 tic->t_curr_res = 0; in xlog_grant_log_space()
2646 tic->t_curr_res = tic->t_unit_res; in xlog_regrant_write_log_space()
2760 tic->t_curr_res = 0; in xlog_regrant_write_log_space()
2784 xlog_grant_sub_space(log, ticket->t_curr_res); in xlog_regrant_reserve_log_space()
[all …]
Dxfs_log_priv.h249 int t_curr_res; /* current reservation in bytes : 4 */ member