Searched refs:t_blk_res (Results 1 – 5 of 5) sorted by relevance
118 ASSERT(tp->t_blk_res >= tp->t_blk_res_used); in xfs_trans_dup()119 ntp->t_blk_res = tp->t_blk_res - tp->t_blk_res_used; in xfs_trans_dup()120 tp->t_blk_res = tp->t_blk_res_used; in xfs_trans_dup()168 tp->t_blk_res += blocks; in xfs_trans_reserve()237 tp->t_blk_res = 0; in xfs_trans_reserve()380 if (tp->t_blk_res_used > tp->t_blk_res) in xfs_trans_mod_sb()393 UINT_MAX - tp->t_blk_res); in xfs_trans_mod_sb()394 tp->t_blk_res += blkres_delta; in xfs_trans_mod_sb()603 if (tp->t_blk_res > 0) in xfs_trans_unreserve_and_mod_sb()604 blkdelta = tp->t_blk_res; in xfs_trans_unreserve_and_mod_sb()
132 unsigned int t_blk_res; /* # of blocks resvd */ member
781 dfc->dfc_blkres = tp->t_blk_res - tp->t_blk_res_used; in xfs_defer_ops_capture()
214 if (!args.wasdel && args.tp->t_blk_res == 0) in xfs_bmbt_alloc_block()
5088 if (tp->t_blk_res == 0 && in xfs_bmap_del_extent_real()5429 ASSERT(tp->t_blk_res > 0); in __xfs_bunmapi()5462 tp->t_blk_res == 0)) { in __xfs_bunmapi()