Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_log.c159 (void *)((unsigned long)tic->t_curr_res), in xlog_trace_loggrant()
1687 ticket->t_curr_res, in xlog_print_tic_res()
1791 if (ticket->t_curr_res < len) { in xlog_write()
1804 ticket->t_curr_res -= len; in xlog_write()
1895 ticket->t_curr_res -= sizeof(xlog_op_header_t); in xlog_write()
2388 ticket->t_curr_res -= log->l_iclog_hsize; in xlog_state_get_iclog_space()
2553 tic->t_curr_res = 0; in xlog_grant_log_space()
2576 tic->t_curr_res = tic->t_unit_res; in xlog_regrant_write_log_space()
2690 tic->t_curr_res = 0; in xlog_regrant_write_log_space()
2716 xlog_grant_sub_space(log, ticket->t_curr_res); in xlog_regrant_reserve_log_space()
[all …]
Dxfs_log_priv.h289 int t_curr_res; /* current reservation in bytes : 4 */ member
Dxfsidbg.c6748 tic->t_curr_res, tic->t_unit_res, (int)tic->t_ocnt, in xfsidbg_xlog_tic()