Searched refs:t_blk_res (Results 1 – 2 of 2) sorted by relevance
201 ntp->t_blk_res = tp->t_blk_res - tp->t_blk_res_used; in xfs_trans_dup()202 tp->t_blk_res = tp->t_blk_res_used; in xfs_trans_dup()258 tp->t_blk_res += blocks; in xfs_trans_reserve()325 tp->t_blk_res = 0; in xfs_trans_reserve()383 ASSERT(tp->t_blk_res_used <= tp->t_blk_res); in xfs_trans_mod_sb()571 if (tp->t_blk_res > 0) { in xfs_trans_unreserve_and_mod_sb()573 msbp->msb_delta = tp->t_blk_res; in xfs_trans_unreserve_and_mod_sb()
374 unsigned int t_blk_res; /* # of blocks resvd */ member968 #define xfs_trans_get_block_res(tp) ((tp)->t_blk_res)