Home
last modified time | relevance | path

Searched refs:t_blk_res (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_trans.c117 ASSERT(tp->t_blk_res >= tp->t_blk_res_used); in xfs_trans_dup()
118 ntp->t_blk_res = tp->t_blk_res - tp->t_blk_res_used; in xfs_trans_dup()
119 tp->t_blk_res = tp->t_blk_res_used; in xfs_trans_dup()
167 tp->t_blk_res += blocks; in xfs_trans_reserve()
238 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()
377 UINT_MAX - tp->t_blk_res); in xfs_trans_mod_sb()
378 tp->t_blk_res += blkres_delta; in xfs_trans_mod_sb()
574 if (tp->t_blk_res > in xfs_trans_unreserve_and_mod_sb()
[all...]
H A Dxfs_trans.h128 unsigned int t_blk_res; /* # of blocks resvd */ member
/kernel/linux/linux-6.6/fs/xfs/
H A 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()
380 if (tp->t_blk_res_used > tp->t_blk_res) in xfs_trans_mod_sb()
393 UINT_MAX - tp->t_blk_res); in xfs_trans_mod_sb()
394 tp->t_blk_res += blkres_delta; in xfs_trans_mod_sb()
603 if (tp->t_blk_res > in xfs_trans_unreserve_and_mod_sb()
[all...]
H A Dxfs_trans.h130 unsigned int t_blk_res; /* # of blocks resvd */ member
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A 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()
H A Dxfs_defer.c651 dfc->dfc_blkres = tp->t_blk_res - tp->t_blk_res_used; in xfs_defer_ops_capture()
H A 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()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_defer.c732 dfc->dfc_blkres = tp->t_blk_res - tp->t_blk_res_used; in xfs_defer_ops_capture()
H A Dxfs_bmap_btree.c214 if (!args.wasdel && args.tp->t_blk_res == 0) in xfs_bmbt_alloc_block()
H A Dxfs_bmap.c5052 if (tp->t_blk_res == 0 && in xfs_bmap_del_extent_real()
5404 ASSERT(tp->t_blk_res > 0); in __xfs_bunmapi()
5437 tp->t_blk_res == 0)) { in __xfs_bunmapi()

Completed in 24 milliseconds