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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log.c157 (void *)((unsigned long)tic->t_curr_res),
1675 ticket->t_curr_res,
1779 if (ticket->t_curr_res < len) {
1792 ticket->t_curr_res -= len;
1883 ticket->t_curr_res -= sizeof(xlog_op_header_t);
2381 ticket->t_curr_res -= log->l_iclog_hsize;
2546 tic->t_curr_res = 0;
2569 tic->t_curr_res = tic->t_unit_res;
2683 tic->t_curr_res = 0;
2709 xlog_grant_sub_space(log, ticket->t_curr_res);
[all...]
H A Dxfs_log_priv.h285 int t_curr_res; /* current reservation in bytes : 4 */ member in struct:xlog_ticket

Completed in 60 milliseconds