Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans.c116 ASSERT(tp->t_blk_res >= tp->t_blk_res_used); in xfs_trans_dup()
117 ntp->t_blk_res = tp->t_blk_res - tp->t_blk_res_used; in xfs_trans_dup()
118 tp->t_blk_res = tp->t_blk_res_used; in xfs_trans_dup()
171 tp->t_blk_res += blocks; in xfs_trans_reserve()
242 tp->t_blk_res = 0; in xfs_trans_reserve()
372 if (tp->t_blk_res_used > tp->t_blk_res) in xfs_trans_mod_sb()
385 UINT_MAX - tp->t_blk_res); in xfs_trans_mod_sb()
386 tp->t_blk_res += blkres_delta; in xfs_trans_mod_sb()
577 if (tp->t_blk_res > 0) in xfs_trans_unreserve_and_mod_sb()
578 blkdelta = tp->t_blk_res; in xfs_trans_unreserve_and_mod_sb()
Dxfs_trans.h114 unsigned int t_blk_res; /* # of blocks resvd */ member
/fs/xfs/libxfs/
Dxfs_bmap_btree.c225 args.minleft = args.tp->t_blk_res; in xfs_bmbt_alloc_block()
234 if (!args.wasdel && args.tp->t_blk_res == 0) { in xfs_bmbt_alloc_block()
Dxfs_defer.c665 dfc->dfc_blkres = tp->t_blk_res - tp->t_blk_res_used; in xfs_defer_ops_capture()
Dxfs_bmap.c4982 if (tp->t_blk_res == 0 && in xfs_bmap_del_extent_real()
5367 ASSERT(tp->t_blk_res > 0); in __xfs_bunmapi()
5400 tp->t_blk_res == 0)) { in __xfs_bunmapi()