Home
last modified time | relevance | path

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

/Linux-v5.10/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()
170 tp->t_blk_res += blocks; in xfs_trans_reserve()
241 tp->t_blk_res = 0; in xfs_trans_reserve()
369 if (tp->t_blk_res_used > tp->t_blk_res) in xfs_trans_mod_sb()
382 UINT_MAX - tp->t_blk_res); in xfs_trans_mod_sb()
383 tp->t_blk_res += blkres_delta; in xfs_trans_mod_sb()
579 if (tp->t_blk_res > 0) in xfs_trans_unreserve_and_mod_sb()
580 blkdelta = tp->t_blk_res; in xfs_trans_unreserve_and_mod_sb()
Dxfs_trans.h128 unsigned int t_blk_res; /* # of blocks resvd */ member
/Linux-v5.10/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.c651 dfc->dfc_blkres = tp->t_blk_res - tp->t_blk_res_used; in xfs_defer_ops_capture()
Dxfs_bmap.c5041 if (tp->t_blk_res == 0 && in xfs_bmap_del_extent_real()
5431 ASSERT(tp->t_blk_res > 0); in __xfs_bunmapi()
5464 tp->t_blk_res == 0)) { in __xfs_bunmapi()