Home
last modified time | relevance | path

Searched refs:t_blk_res (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_trans.c118 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()
H A Dxfs_trans.h132 unsigned int t_blk_res; /* # of blocks resvd */ member
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_defer.c781 dfc->dfc_blkres = tp->t_blk_res - tp->t_blk_res_used; in xfs_defer_ops_capture()
H A Dxfs_bmap_btree.c214 if (!args.wasdel && args.tp->t_blk_res == 0) in xfs_bmbt_alloc_block()
H A Dxfs_bmap.c5088 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()