Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_trans.c119 ASSERT(tp->t_blk_res >= tp->t_blk_res_used); in xfs_trans_dup()
120 ntp->t_blk_res = tp->t_blk_res - tp->t_blk_res_used; in xfs_trans_dup()
121 tp->t_blk_res = tp->t_blk_res_used; in xfs_trans_dup()
169 tp->t_blk_res += blocks; in xfs_trans_reserve()
238 tp->t_blk_res = 0; in xfs_trans_reserve()
381 if (tp->t_blk_res_used > tp->t_blk_res) in xfs_trans_mod_sb()
394 UINT_MAX - tp->t_blk_res); in xfs_trans_mod_sb()
395 tp->t_blk_res += blkres_delta; in xfs_trans_mod_sb()
596 int64_t blkdelta = tp->t_blk_res; in xfs_trans_unreserve_and_mod_sb()
614 ASSERT(tp->t_blk_res || tp->t_fdblocks_delta >= 0); in xfs_trans_unreserve_and_mod_sb()
[all …]
Dxfs_trans.h128 unsigned int t_blk_res; /* # of blocks resvd */ member
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_bmap_btree.c224 if (!args.wasdel && args.tp->t_blk_res == 0) in xfs_bmbt_alloc_block()
Dxfs_defer.c989 dfc->dfc_blkres = tp->t_blk_res - tp->t_blk_res_used; in xfs_defer_ops_capture()
Dxfs_bmap.c5169 if (tp->t_blk_res == 0 && in xfs_bmap_del_extent_real()
5514 ASSERT(tp->t_blk_res > 0); in __xfs_bunmapi()
5548 tp->t_blk_res == 0)) { in __xfs_bunmapi()