Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_trans.c115 ASSERT(tp->t_blk_res >= tp->t_blk_res_used); in xfs_trans_dup()
116 ntp->t_blk_res = tp->t_blk_res - tp->t_blk_res_used; in xfs_trans_dup()
117 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()
364 if (tp->t_blk_res_used > tp->t_blk_res) 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()
Dxfs_trans.h112 unsigned int t_blk_res; /* # of blocks resvd */ member
/Linux-v5.4/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_bmap.c4979 if (tp->t_blk_res == 0 && in xfs_bmap_del_extent_real()
5359 ASSERT(tp->t_blk_res > 0); in __xfs_bunmapi()
5391 tp->t_blk_res == 0)) { in __xfs_bunmapi()