Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_trans.c306 ntp->t_rtx_res = tp->t_rtx_res - tp->t_rtx_res_used; in xfs_trans_dup()
307 tp->t_rtx_res = tp->t_rtx_res_used; in xfs_trans_dup()
403 tp->t_rtx_res += rtextents; in xfs_trans_reserve()
489 ASSERT(tp->t_rtx_res_used <= tp->t_rtx_res); in xfs_trans_mod_sb()
668 if (tp->t_rtx_res > 0) { in xfs_trans_unreserve_and_mod_sb()
670 msbp->msb_delta = tp->t_rtx_res; in xfs_trans_unreserve_and_mod_sb()
Dxfs_trans.h348 unsigned int t_rtx_res; /* # of rt extents resvd */ member
Dxfsidbg.c7679 kdb_printf("rt res %d rt res used %d\n", tp->t_rtx_res, in xfsidbg_xtp()