Home
last modified time | relevance | path

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

/fs/xfs/
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()
378 if (tp->t_blk_res_used > tp->t_blk_res) in xfs_trans_mod_sb()
391 UINT_MAX - tp->t_blk_res); in xfs_trans_mod_sb()
392 tp->t_blk_res += blkres_delta; in xfs_trans_mod_sb()
601 if (tp->t_blk_res > 0) in xfs_trans_unreserve_and_mod_sb()
602 blkdelta = tp->t_blk_res; in xfs_trans_unreserve_and_mod_sb()
Dxfs_trans.h130 unsigned int t_blk_res; /* # of blocks resvd */ member
/fs/xfs/libxfs/
Dxfs_bmap_btree.c227 args.minleft = args.tp->t_blk_res; in xfs_bmbt_alloc_block()
236 if (!args.wasdel && args.tp->t_blk_res == 0) { in xfs_bmbt_alloc_block()
Dxfs_defer.c723 dfc->dfc_blkres = tp->t_blk_res - tp->t_blk_res_used; in xfs_defer_ops_capture()
Dxfs_bmap.c5044 if (tp->t_blk_res == 0 && in xfs_bmap_del_extent_real()
5406 ASSERT(tp->t_blk_res > 0); in __xfs_bunmapi()
5439 tp->t_blk_res == 0)) { in __xfs_bunmapi()